Commit a084d72e authored by Olivier Aubert's avatar Olivier Aubert

mediacontrol_audio_video.c: remove debug message

parent 7418f751
......@@ -82,7 +82,6 @@ mediacontrol_snapshot( mediacontrol_Instance *self,
return NULL;
}
snprintf( path, 255, "object:%d", p_cache->i_object_id );
fprintf( stderr, "snapshot-path: %s\n", path );
var_SetString( p_vout, "snapshot-path", path );
var_SetString( p_vout, "snapshot-format", "png" );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment