remove debug print
This commit is contained in:
parent
b42b360cfe
commit
507a4b246b
|
|
@ -419,7 +419,6 @@ class Node:
|
||||||
|
|
||||||
if (match := YOUTUBE_TIMESTAMP_REGEX.match(query)):
|
if (match := YOUTUBE_TIMESTAMP_REGEX.match(query)):
|
||||||
timestamp = float(match.group("time"))
|
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
|
# 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)
|
# (I can't tell you how much i've wanted to implement this in here)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue