remove debug print

This commit is contained in:
cloudwithax 2022-12-11 21:22:55 -05:00
parent b42b360cfe
commit 507a4b246b
1 changed files with 0 additions and 1 deletions

View File

@ -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)