summaryrefslogtreecommitdiff
path: root/plugingui/eventhandler.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2013-01-26 08:54:31 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2013-01-26 08:54:31 +0100
commit488d176296d2284ca6e9a718533e2bddea1883b8 (patch)
tree154ba98462a44e17d6d10d516491a62ad7a102f8 /plugingui/eventhandler.cc
parent290015e47ac18c6625dc711189d76b879875c37c (diff)
Remove debug output
Diffstat (limited to 'plugingui/eventhandler.cc')
-rw-r--r--plugingui/eventhandler.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugingui/eventhandler.cc b/plugingui/eventhandler.cc
index 8b75fb4..fdef990 100644
--- a/plugingui/eventhandler.cc
+++ b/plugingui/eventhandler.cc
@@ -500,7 +500,6 @@ GUI::Event *GUI::EventHandler::getNextEvent()
if(xe.type == ClientMessage &&
(unsigned int)xe.xclient.data.l[0] == gctx->wmDeleteMessage) {
- printf("?\n");
CloseEvent *e = new CloseEvent();
event = e;
}