diff options
author | waker <wakeroid@gmail.com> | 2011-04-24 11:14:28 +0200 |
---|---|---|
committer | waker <wakeroid@gmail.com> | 2011-04-24 11:14:28 +0200 |
commit | 07c86104dbf25b53fef8c210237c6fb693ca784a (patch) | |
tree | 7d7dcf3cb1b56382b590fbfda9cd424d0e555b2c /plugins | |
parent | 189d22b08b51cf5e05784339fc8a3530f6913794 (diff) |
delete debug printfs from hotkeys
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/hotkeys/hotkeys.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/hotkeys/hotkeys.c b/plugins/hotkeys/hotkeys.c index e026557b..6aa6ecc5 100644 --- a/plugins/hotkeys/hotkeys.c +++ b/plugins/hotkeys/hotkeys.c @@ -462,7 +462,6 @@ hotkeys_event_loop (void *unused) { static int hotkeys_connect (void) { - printf ("hotkeys_connect\n"); finished = 0; loop_tid = 0; disp = XOpenDisplay (NULL); @@ -475,7 +474,6 @@ hotkeys_connect (void) { read_config (disp); XSync (disp, 0); - printf ("hotkeys_connect done\n"); loop_tid = deadbeef->thread_start (hotkeys_event_loop, 0); return 0; } |