From c4f84f905b8dffb3856a097c180668ded6173fec Mon Sep 17 00:00:00 2001 From: Maciej Tronowski Date: Mon, 23 Feb 2015 18:05:08 +0100 Subject: [PATCH] print cleanup --- qcg/views.py | 2 -- 1 file changed, 2 deletions(-) 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) -- 1.7.9.5