]> Dogcows Code - chaz/openbox/commitdiff
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 695322729ad0288f20772f97b2cc16ebdfc1ff72..ba952073942b23ae77e3c6ec48bd0f3b7e51e8dd 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);
This page took 0.024012 seconds and 4 git commands to generate.