diff --git a/events.cpp b/events.cpp index b12c0e67f5..ef9236fdbd 100644 --- a/events.cpp +++ b/events.cpp @@ -1068,8 +1068,6 @@ bool Client::buttonPressEvent( Window w, int button, int state, int x, int y, in { if (buttonDown) { - kdDebug( 1212 ) << "Double button press:" << ( w == decorationId()) - << ":" << ( w == frameId()) << ":" << ( w == wrapperId()) << endl; if( w == wrapperId()) XAllowEvents(qt_xdisplay(), SyncPointer, CurrentTime ); //qt_x_time); return true;