Skip to content

Commit

Permalink
removed extra debugging print statment.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjay0 committed Nov 17, 2016
1 parent d219a65 commit 67eeb40
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cut_movie.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ int findTheCuts(int score_list_size, const vector<int>& winners,const vector<flo
float val_sum = 0.0;
int total_size = 0;

cout << "Min coverage =========== " << min_coverage << endl;

for( int i=0; i<score_list_size; i++)
{
if( cut_start >= 0 )
Expand Down

0 comments on commit 67eeb40

Please sign in to comment.