Commit 0733ecb8 authored by Lutra Conseil's avatar Lutra Conseil Committed by Rafael Monnerat

Remove missing print

parent 3ac8832e
......@@ -165,7 +165,6 @@ class Database:
reported.
"""
date_list = self._getGarbageCollectionDateList()
print date_list
where_clause = "reported = 1"
for _date in date_list:
where_clause += " AND date != '%s' " % _date
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment