summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--libopie/odevice.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libopie/odevice.cpp b/libopie/odevice.cpp
index dea24a8..9931684 100644
--- a/libopie/odevice.cpp
+++ b/libopie/odevice.cpp
@@ -172,6 +172,6 @@ void ODevice::touchSound ( )
static Sound snd ( "touchsound" );
-qDebug("touchSound");
+//qDebug("touchSound");
if ( snd. isFinished ( )) {
snd. play ( );
- qDebug("sound should play");
+// qDebug("sound should play");
}