remove debug output
Stefan Schuermans

Stefan Schuermans commited on 2014-05-11 20:13:31
Showing 1 changed files, with 0 additions and 2 deletions.

... ...
@@ -598,8 +598,6 @@ void BlinkenMovieCutTime(stBlinkenMovie *pMovie,
598 598
     }
599 599
   }
600 600
 
601
-  printf("DEBUG bi=%u ei=%u bd=%u ed=%u\n", idx_begin, idx_end, duration_begin, duration_end);
602
-
603 601
   // remove/free unneeded frames
604 602
 
605 603
   frameCnt = idx_end - idx_begin + 1;
606 604