print cleanup
[qcg-portal.git] / 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)