Skip to content

Commit 5a7b0b9

Browse files
Valkyriezzgridhead
authored andcommitted
Remove debug print from json_report_year
Signed-off-by: Valkyriezz <vanshikhashri@gmail.com>
1 parent 143da4a commit 5a7b0b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tahrir/views/report.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ def json_report_year(year=None, week=None, month=None, day=None):
145145
# Weekly report
146146
start = get_start_week(year, month, day)
147147
stop = start + timedelta(days=6)
148-
print("Start: ", start, " End: ", stop)
149148
elif day is not None:
150149
# Daily report
151150
start = date(year, month, day)

0 commit comments

Comments
 (0)