Skip to content

Commit

Permalink
Mux smoother: Removed a line of debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Toth committed May 17, 2018
1 parent d8a17d0 commit a0aabf7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mux/smoothing.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ printf("removing item %d of %d\n", i, num_muxed_data);
}
else
{
printf("Not yet complete.\n");
pthread_mutex_unlock( &h->mux_smoothing_queue.mutex );
continue;
}
Expand Down

0 comments on commit a0aabf7

Please sign in to comment.