From: terminatorX <> Date: Mon, 9 Jun 2003 23:42:39 +0000 (+0000) Subject: removing an ugly debug messags X-Git-Url: https://lisas.de/git/?p=terminatorX.git;a=commitdiff_plain;h=d978480ebb746d5e099488fbd93b55656e1f2f97 removing an ugly debug messags --- diff --git a/src/tX_audiodevice.cc b/src/tX_audiodevice.cc index 7e435c6..c29871e 100644 --- a/src/tX_audiodevice.cc +++ b/src/tX_audiodevice.cc @@ -303,7 +303,7 @@ int tX_audiodevice_alsa :: open() return -1; } - snd_pcm_hw_params_free (hw_params); + //snd_pcm_hw_params_free (hw_params); return 0; //snd_pcm_prepare(pcm_handle); } diff --git a/src/tX_vtt.cc b/src/tX_vtt.cc index a659c13..b2fea64 100644 --- a/src/tX_vtt.cc +++ b/src/tX_vtt.cc @@ -562,7 +562,6 @@ void vtt_class :: calc_speed() speed_target=speed; speed_step=speed_target-speed_real; speed_step/=globals.vtt_inertia; - tX_error("dingens - step: %lf", speed_step); } if (speed_target != speed_real) {