From 5554131bfd526b384f26d41c45a47113329b47b0 Mon Sep 17 00:00:00 2001 From: Sascha Kruse Date: Thu, 2 Feb 2012 02:07:51 +0100 Subject: [PATCH] removed unnecessary debug printf --- dunst.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dunst.c b/dunst.c index 29d7fc9..a6ac681 100644 --- a/dunst.c +++ b/dunst.c @@ -406,7 +406,6 @@ handle_mouse_click(XEvent ev) { delete_all_msg(); } else if(ev.xbutton.button == Button1) { i = ev.xbutton.y / font_h; - printf("i: %d\n",i); for(i = i; i > 0; i--) { cur_msg = cur_msg->next; }