Skip to content

Commit 7e29dfc

Browse files
committed
Remove debug line that spammed the console every time someone used timeformat.py
1 parent f875b88 commit 7e29dfc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cloudbot/util/timeformat.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ def format_time(seconds, count=3, accuracy=6, simple=False):
107107
strings = []
108108
i = 0
109109
for period_name, period_seconds in periods:
110-
print(i, period_name)
111110
if i < count:
112111
if seconds > period_seconds:
113112
period_value, seconds = divmod(seconds, period_seconds)

0 commit comments

Comments
 (0)