From 785483f92cbe82cb4963efd07651aef10950cb74 Mon Sep 17 00:00:00 2001 From: EKNr1 Date: Sat, 21 Dec 2024 20:59:12 +0100 Subject: [PATCH] Removed debug print. --- wobuzz/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/wobuzz/utils.py b/wobuzz/utils.py index 2feefc0..d44672f 100644 --- a/wobuzz/utils.py +++ b/wobuzz/utils.py @@ -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