From 507a4b246bac4ddda2ad492be60e2eb2b8c92bb6 Mon Sep 17 00:00:00 2001 From: cloudwithax Date: Sun, 11 Dec 2022 21:22:55 -0500 Subject: [PATCH] remove debug print --- pomice/pool.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pomice/pool.py b/pomice/pool.py index 66f1ab5..1f39198 100644 --- a/pomice/pool.py +++ b/pomice/pool.py @@ -419,7 +419,6 @@ class Node: if (match := YOUTUBE_TIMESTAMP_REGEX.match(query)): timestamp = float(match.group("time")) - print(f"timestamp: {timestamp}") # If query is a video thats part of a playlist, get the video and queue that instead # (I can't tell you how much i've wanted to implement this in here)