summaryrefslogtreecommitdiff
path: root/util/epist/screen.cc
diff options
context:
space:
mode:
Diffstat (limited to 'util/epist/screen.cc')
-rw-r--r--util/epist/screen.cc1
1 files changed, 0 insertions, 1 deletions
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()) {