[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master 11/11] Remove duplicate return statement.



Signed-off-by: Chris Lamb <lamby@debian.org>
---
 dak/show_deferred.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dak/show_deferred.py b/dak/show_deferred.py
index e8e1621..2bb643d 100755
--- a/dak/show_deferred.py
+++ b/dak/show_deferred.py
@@ -101,7 +101,6 @@ def table_header():
           <th align="center">Closes</th>
         </tr>
         """
-    return res
 
 def table_footer():
     return '</table><br/><p>non-NEW uploads are <a href="/deferred/">available</a>, see the <a href="ftp://ftp-master.debian.org/pub/UploadQueue/README";>UploadQueue-README</a> for more information.</p></center><br/>\n'
-- 
1.6.3.3


Reply to: