From ca316865793bc9b4f1833cb7ab90c7dfc5dd9891 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 26 Jul 2002 09:21:03 +0000 Subject: [PATCH] remove debug cout --- util/epist/window.cc | 1 - 1 file changed, 1 deletion(-) 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); -- 2.39.2