removed debug output

svn path=/trunk/kdebase/kwin/; revision=60887
This commit is contained in:
Matthias Ettrich 2000-08-13 17:26:18 +00:00
parent 81bd6b26c3
commit ba64395e9a
2 changed files with 1 additions and 8 deletions

View file

@ -46,7 +46,7 @@ static void crashHandler(int)
{
KCrash::setCrashHandler(0); // Exit on next crash.
client->detach(); // Unregister with dcop.
// system("kwin&"); // Try to restart
system("kwin&"); // Try to restart
}
int x11ErrorHandler(Display *d, XErrorEvent *e){

View file

@ -470,12 +470,6 @@ bool Workspace::workspaceEvent( XEvent * e )
}
break;
case EnterNotify:
qDebug("EnterNotify");
{
QWidget* w = QWidget::find( e->xcrossing.window );
if (w )
qDebug("w = %s", w->className() );
}
if ( !QWhatsThis::inWhatsThisMode() )
break;
{
@ -485,7 +479,6 @@ bool Workspace::workspaceEvent( XEvent * e )
}
break;
case LeaveNotify:
qDebug("LeaveNotify");
if ( !QWhatsThis::inWhatsThisMode() )
break;
c = findClientWidthId( e->xcrossing.window );