From: Maciej Tronowski Date: Mon, 23 Feb 2015 17:05:08 +0000 (+0100) Subject: print cleanup X-Git-Tag: v1.0~160 X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=commitdiff_plain;ds=inline;h=c4f84f905b8dffb3856a097c180668ded6173fec;p=qcg-portal.git print cleanup --- 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)