Skip to content

Commit

Permalink
Get rid of log message
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed May 7, 2017
1 parent 7dca09d commit 2670d22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion movie.c
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ static bsv_movie_t *bsv_movie_init_internal(const char *path,
/* Used for rewinding while playback/record. */
void bsv_movie_set_frame_start(void)
{
RARCH_LOG("movie state: %d\n", bsv_movie_state_handle);
if (bsv_movie_state_handle)
bsv_movie_state_handle->frame_pos[bsv_movie_state_handle->frame_ptr]
= filestream_tell(bsv_movie_state_handle->file);
Expand Down

0 comments on commit 2670d22

Please sign in to comment.