print cleanup
authorMaciej Tronowski <mtro@man.poznan.pl>
Mon, 23 Feb 2015 17:05:08 +0000 (18:05 +0100)
committerMaciej Tronowski <mtro@man.poznan.pl>
Mon, 23 Feb 2015 17:05:08 +0000 (18:05 +0100)
qcg/views.py

index 0e637e5..f3fd389 100644 (file)
@@ -74,8 +74,6 @@ def jobs_list(request):
             for s in status:
                 statuses.extend(FiltersForm.STATUS_MAP[int(s)])
 
-            print statuses
-
             tasks = tasks.filter(status__in=statuses)
         if host:
             tasks = tasks.filter(allocations__host_name__in=host)