]> git.sesse.net Git - vlc/commitdiff
Forgot to remove some debug...
authorBenjamin Pracht <bigben@videolan.org>
Thu, 20 Oct 2005 07:27:07 +0000 (07:27 +0000)
committerBenjamin Pracht <bigben@videolan.org>
Thu, 20 Oct 2005 07:27:07 +0000 (07:27 +0000)
modules/audio_output/alsa.c

index b7b732b52cbe95a4f38d51dab38f2578914f3248..65f466179bedc38d9d9465dd9fbbca9416dc92b4 100644 (file)
@@ -135,9 +135,6 @@ int ProbeFormat( aout_instance_t * p_aout, const char * psz_device,
 
     /* Now test linear PCM capabilities */
 
-    gettimeofday( &tval, NULL );
-    msg_Err( p_aout, "Time before open: %i", tval.tv_usec );
-
     /* Since it seems snd_pcm_close hasen't really released the device at
        the time it returns, probe if the device is available in loop for 1s.
        We cannot use blocking mode since the we would wait indefinitely when