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:
parent
bea82b3acf
commit
b8c954c1f8
@ -595,7 +595,6 @@ class FFmpegSlicePP(FFmpegPostProcessor):
|
||||
return start_time, end_time
|
||||
|
||||
def run(self, info):
|
||||
import pudb; pudb.set_trace()
|
||||
filename = info['filepath']
|
||||
temp_filename = prepend_extension(filename, 'temp')
|
||||
start_time, end_time = self._parse_time(info['duration'])
|
||||
|
Loading…
Reference in New Issue
Block a user