Removed debug print.

This commit is contained in:
The Wobbler 2024-12-21 20:59:12 +01:00
parent a97fe2e0cf
commit 785483f92c

View file

@ -4,7 +4,6 @@
class Utils:
def __init__(self, app):
self.app = app
print(self.format_time(4656))
def format_time(self, ms):
seconds = int(ms / 1000) % 60