[utils] Remove debugging codes
authorYen Chi Hsuan <yan12125@gmail.com>
Thu, 26 May 2016 14:54:16 +0000 (22:54 +0800)
committerYen Chi Hsuan <yan12125@gmail.com>
Thu, 26 May 2016 14:54:16 +0000 (22:54 +0800)
youtube_dl/utils.py

index 316a307e0f17b915a33c4b767db79ae718692e90..cfb2d1bf5c03c59c94d777acbc8729e6b7de6556 100644 (file)
@@ -1050,8 +1050,6 @@ def unified_strdate(date_str, day_first=True):
         ])
     for expression in format_expressions:
         try:
-            print(expression)
-            print(date_str)
             upload_date = datetime.datetime.strptime(date_str, expression).strftime('%Y%m%d')
         except ValueError:
             pass