Skip to content

Commit b73fe51

Browse files
committed
Apaga print desnecessário
1 parent 0c80add commit b73fe51

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

metrics/tasks.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ def task_parse_logs(self, collections=[], from_date=None, until_date=None, user_
7474
logging.debug(f'Log file {lf.path} does not have a valid probably date.')
7575
continue
7676

77-
print(probably_date, from_date_obj, until_date_obj)
78-
7977
if probably_date <= from_date_obj or probably_date >= until_date_obj:
8078
continue
8179

0 commit comments

Comments
 (0)