diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-20 08:24:59 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-20 08:24:59 +0000 |
| commit | f693859b3e539527afa2bd65d615bad8402a1e55 (patch) | |
| tree | 069138f4523cc0d941ddd018237b68cf5e6e1f7a /util/epist/epist.cc | |
| parent | b4816f24179501091015dd7323636308d967099e (diff) | |
remove some debug couts
Diffstat (limited to 'util/epist/epist.cc')
| -rw-r--r-- | util/epist/epist.cc | 1 |
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) { |
