summaryrefslogtreecommitdiff
path: root/noncore/comm/keypebble/krfbcanvas.cpp
Side-by-side diff
Diffstat (limited to 'noncore/comm/keypebble/krfbcanvas.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/comm/keypebble/krfbcanvas.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/noncore/comm/keypebble/krfbcanvas.cpp b/noncore/comm/keypebble/krfbcanvas.cpp
index 049bbd4..bc71c90 100644
--- a/noncore/comm/keypebble/krfbcanvas.cpp
+++ b/noncore/comm/keypebble/krfbcanvas.cpp
@@ -145,4 +145,2 @@ void KRFBCanvas::contentsMousePressEvent( QMouseEvent *e )
- qDebug("Press");
- qDebug(QString::number(e->type()==QEvent::MouseButtonPress));
}
@@ -157,4 +155,2 @@ void KRFBCanvas::contentsMouseReleaseEvent( QMouseEvent *e )
nextDoubleClick=0;
- qDebug("Release");
- qDebug(QString::number(e->button()));
}