removed debug output

svn path=/trunk/kdebase/kwin/; revision=48892
This commit is contained in:
Matthias Ettrich 2000-05-08 19:39:28 +00:00
parent f2bb598e46
commit e36274fecf

View file

@ -751,7 +751,6 @@ bool Client::configureRequest( XConfigureRequestEvent& e )
switch (stack_mode){
case Above:
case TopIf:
qDebug("raise client %s", caption().latin1());
workspace()->raiseClient( this );
break;
case Below: