Removed prints

This commit is contained in:
jeffser
2024-09-02 18:40:23 -06:00
parent 1087d3e336
commit a591270d58
3 changed files with 0 additions and 3 deletions

View File

@@ -719,7 +719,6 @@ Generate a title following these rules:
def cb_text_received(self, clipboard, result):
try:
text = clipboard.read_text_finish(result)
print(text)
#Check if text is a Youtube URL
youtube_regex = re.compile(
r'(https?://)?(www\.)?(youtube|youtu|youtube-nocookie)\.(com|be)/'