diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-01-26 08:54:31 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-01-26 08:54:31 +0100 |
commit | 488d176296d2284ca6e9a718533e2bddea1883b8 (patch) | |
tree | 154ba98462a44e17d6d10d516491a62ad7a102f8 /plugingui | |
parent | 290015e47ac18c6625dc711189d76b879875c37c (diff) |
Remove debug output
Diffstat (limited to 'plugingui')
-rw-r--r-- | plugingui/eventhandler.cc | 1 |
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; } |