summaryrefslogtreecommitdiff
path: root/libopie
authorllornkcor <llornkcor>2002-07-01 01:48:02 (UTC)
committer llornkcor <llornkcor>2002-07-01 01:48:02 (UTC)
commitd538fa9811906117a3ea68e3d434a1de7f46fc67 (patch) (side-by-side diff)
treee04353bad0cc4edd64d950c4c60d3bfdf45dbed6 /libopie
parent9c51797971bf5ec9dc6c4d7704b44672aa00741c (diff)
downloadopie-d538fa9811906117a3ea68e3d434a1de7f46fc67.zip
opie-d538fa9811906117a3ea68e3d434a1de7f46fc67.tar.gz
opie-d538fa9811906117a3ea68e3d434a1de7f46fc67.tar.bz2
take out debugs
Diffstat (limited to 'libopie') (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
@@ -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