]> Dogcows Code - chaz/openbox/blobdiff - util/epist/window.cc
remove debug cout
[chaz/openbox] / 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.019812 seconds and 4 git commands to generate.