X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=plugins%2Fesd%2Faout_esd.c;h=5456839b76dcd7b5c68656d19ddf0bc685e1dcc2;hb=52d7937c89ef32288f99b79dcefd91dd48ae691a;hp=62b188b2fa1f48b55e7df135028f9d0a69abcd20;hpb=e13aed00cf01eefa9285cb030486ee0118ea0425;p=vlc diff --git a/plugins/esd/aout_esd.c b/plugins/esd/aout_esd.c index 62b188b2fa..5456839b76 100644 --- a/plugins/esd/aout_esd.c +++ b/plugins/esd/aout_esd.c @@ -73,7 +73,6 @@ int aout_EsdOpen( aout_thread_t *p_aout ) int i_mode = ESD_STREAM; int i_func = ESD_PLAY; - fprintf(stderr, "aout-esd !!\n"); /* Allocate structure */ p_aout->p_sys = malloc( sizeof( aout_sys_t ) ); if( p_aout->p_sys == NULL )