diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-26 09:21:03 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-26 09:21:03 +0000 |
| commit | ca316865793bc9b4f1833cb7ab90c7dfc5dd9891 (patch) | |
| tree | 8211aba78936f06e7a265841c9f0532d7e1addb8 /util | |
| parent | 83b6c9bfa0ccc8088e4c65e5a2cf139933959565 (diff) | |
remove debug cout
Diffstat (limited to 'util')
| -rw-r--r-- | util/epist/window.cc | 1 |
1 files changed, 0 insertions, 1 deletions
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); |
