X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=qcg%2Fviews.py;h=f3fd38959333a1a51b3d278ab92add07f149105d;hb=c4f84f905b8dffb3856a097c180668ded6173fec;hp=0e637e5b94f9962fffa471c29142f35e2e566211;hpb=1e4d91a02e314709d4ec1425f814996ff042a2d8;p=qcg-portal.git diff --git a/qcg/views.py b/qcg/views.py index 0e637e5..f3fd389 100644 --- a/qcg/views.py +++ b/qcg/views.py @@ -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)