1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-01-25 02:22:52 +08:00

Remove debugging line

This commit is contained in:
marcwebbie 2016-10-16 12:36:07 -02:00
parent bea82b3acf
commit b8c954c1f8

View File

@ -595,7 +595,6 @@ class FFmpegSlicePP(FFmpegPostProcessor):
return start_time, end_time return start_time, end_time
def run(self, info): def run(self, info):
import pudb; pudb.set_trace()
filename = info['filepath'] filename = info['filepath']
temp_filename = prepend_extension(filename, 'temp') temp_filename = prepend_extension(filename, 'temp')
start_time, end_time = self._parse_time(info['duration']) start_time, end_time = self._parse_time(info['duration'])