From f693859b3e539527afa2bd65d615bad8402a1e55 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 20 Jul 2002 08:24:59 +0000 Subject: [PATCH] remove some debug couts --- util/epist/epist.cc | 1 - util/epist/screen.cc | 1 - 2 files changed, 2 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) { diff --git a/util/epist/screen.cc b/util/epist/screen.cc index fd65db4c..0d7f90d3 100644 --- a/util/epist/screen.cc +++ b/util/epist/screen.cc @@ -145,7 +145,6 @@ void screen::processEvent(const XEvent &e) { void screen::handleKeypress(const XEvent &e) { ActionList::const_iterator it = _epist->actions().begin(); ActionList::const_iterator end = _epist->actions().end(); - cout << "key press\n"; for (; it != end; ++it) { if (e.xkey.keycode == it->keycode() && e.xkey.state == it->modifierMask()) { -- 2.39.2