Commit 43b4b04b authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: remove debug

parent 74f02326
......@@ -102,7 +102,6 @@ static VLCTrackSynchronization *_o_sharedInstance = nil;
if( p_input )
{
NSLog( @"new audio delay: %lld", var_GetTime( p_input, "audio-delay" ) );
[o_av_value_fld setDoubleValue: var_GetTime( p_input, "audio-delay" ) / 1000000.];
[o_sv_advance_value_fld setDoubleValue: var_GetTime( p_input, "spu-delay" ) / 1000000.];
[o_sv_speed_value_fld setFloatValue: var_GetFloat( p_input, "sub-fps" )];
......
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