remove debug print

This commit is contained in:
dessant 2014-06-10 11:54:41 +03:00
parent 2d3e444d25
commit 14f2301bd0
1 changed files with 0 additions and 1 deletions

View File

@ -254,7 +254,6 @@ class VideoFFPy(VideoBase):
t1 = time.time()
frame, val = ffplayer.get_frame()
t2 = time.time()
print('GET FRAME in {:.6f}'.format(t2 - t1))
if val == 'eof':
sleep(0.2)
if not did_dispatch_eof: