From d538fa9811906117a3ea68e3d434a1de7f46fc67 Mon Sep 17 00:00:00 2001 From: llornkcor Date: Mon, 01 Jul 2002 01:48:02 +0000 Subject: take out debugs --- diff --git a/libopie/odevice.cpp b/libopie/odevice.cpp index dea24a8..9931684 100644 --- a/libopie/odevice.cpp +++ b/libopie/odevice.cpp @@ -170,10 +170,10 @@ void ODevice::touchSound ( ) #ifndef QT_QWS_EBX #ifndef QT_NO_SOUND static Sound snd ( "touchsound" ); -qDebug("touchSound"); +//qDebug("touchSound"); if ( snd. isFinished ( )) { snd. play ( ); - qDebug("sound should play"); +// qDebug("sound should play"); } #endif #endif -- cgit v0.9.0.2