remove debug cout
authorDana Jansens <danakj@orodu.net>
Fri, 26 Jul 2002 09:21:03 +0000 (09:21 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 26 Jul 2002 09:21:03 +0000 (09:21 +0000)
util/epist/window.cc

index 6953227..ba95207 100644 (file)
@@ -235,7 +235,6 @@ void XWindow::iconify() const {
 
 
 void XWindow::focus() const {
-  cout << "Focusing window: 0x" << hex << _window << dec << endl;
   // this will cause the window to be uniconified also
   _xatom->sendClientMessage(_screen->rootWindow(), XAtom::net_active_window,
                             _window);