We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f875b88 commit 7e29dfcCopy full SHA for 7e29dfc
1 file changed
cloudbot/util/timeformat.py
@@ -107,7 +107,6 @@ def format_time(seconds, count=3, accuracy=6, simple=False):
107
strings = []
108
i = 0
109
for period_name, period_seconds in periods:
110
- print(i, period_name)
111
if i < count:
112
if seconds > period_seconds:
113
period_value, seconds = divmod(seconds, period_seconds)
0 commit comments