From: Dana Jansens Date: Fri, 26 Jul 2002 09:21:03 +0000 (+0000) Subject: remove debug cout X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=ca316865793bc9b4f1833cb7ab90c7dfc5dd9891;p=chaz%2Fopenbox remove debug cout --- diff --git a/util/epist/window.cc b/util/epist/window.cc index 69532272..ba952073 100644 --- a/util/epist/window.cc +++ b/util/epist/window.cc @@ -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);