summaryrefslogtreecommitdiff
path: root/util/epist/epist.cc
diff options
context:
space:
mode:
Diffstat (limited to 'util/epist/epist.cc')
-rw-r--r--util/epist/epist.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/epist/epist.cc b/util/epist/epist.cc
index 4397cc7b..3eac8783 100644
--- a/util/epist/epist.cc
+++ b/util/epist/epist.cc
@@ -138,7 +138,6 @@ void epist::process_event(XEvent *e) {
else
root = e->xany.window;
- cout << "event\n";
ScreenList::const_iterator it, end = _screens.end();
for (it = _screens.begin(); it != end; ++it) {
if ((*it)->rootWindow() == root) {