X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=util%2Fepist%2Fepist.cc;h=3eac87839fde4e8591a791ba4ef09e5436227545;hb=8e601e4a64b37f333fc3a5f844e4d72d6f289415;hp=4397cc7be1df678e0650be2f49accb3ebcce9e08;hpb=7d153b742bcdf4056ac5e70f8d039f13c12319b7;p=chaz%2Fopenbox 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) {