From 23e2a8094ed6d7caa3cca6d9f3d02b5c9a098312 Mon Sep 17 00:00:00 2001 From: Sascha Kruse Date: Fri, 8 Mar 2013 08:43:56 +0100 Subject: [PATCH] remove debug printf --- notification.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/notification.c b/notification.c index 7edd857..5565c03 100644 --- a/notification.c +++ b/notification.c @@ -334,12 +334,9 @@ int notification_init(notification * n, int id) char *human_readable = n->actions->actions[i + 1]; string_replace_char('[', '(', human_readable); // kill square brackets string_replace_char(']', ')', human_readable); - printf("debug: %s\n", n->appname); - printf("debug: %s\n", human_readable); char *tmp = g_strdup_printf("%s %s", n->appname, human_readable); - printf("debug: %s\n", tmp); n->actions->dmenu_str = string_append(n->actions->dmenu_str,