Removed debug print.
This commit is contained in:
parent
a97fe2e0cf
commit
785483f92c
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@
|
||||||
class Utils:
|
class Utils:
|
||||||
def __init__(self, app):
|
def __init__(self, app):
|
||||||
self.app = app
|
self.app = app
|
||||||
print(self.format_time(4656))
|
|
||||||
|
|
||||||
def format_time(self, ms):
|
def format_time(self, ms):
|
||||||
seconds = int(ms / 1000) % 60
|
seconds = int(ms / 1000) % 60
|
||||||
|
|
Loading…
Add table
Reference in a new issue