From 6fb8e530b1f88bd7c4edc841b8cf3364ca207eef Mon Sep 17 00:00:00 2001 From: LecygneNoir Date: Fri, 2 Mar 2018 21:39:25 +0100 Subject: [PATCH] forget to delete a test print --- lib/yt_upload.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/yt_upload.py b/lib/yt_upload.py index 6c9f3a8..a6a2e0e 100644 --- a/lib/yt_upload.py +++ b/lib/yt_upload.py @@ -66,7 +66,6 @@ def get_authenticated_service(): def initialize_upload(youtube, options): path = options.get('--file') - print options.get('--name') tags = None if options.get('--tags'): tags = options.get('--tags').split(',')