From f17c00d37ef49c7ca73ee7de6720d1156d03505f Mon Sep 17 00:00:00 2001 From: Sascha Kruse Date: Wed, 22 Aug 2012 06:58:23 +0200 Subject: [PATCH] remove debug output --- dunst.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dunst.c b/dunst.c index 2b0a495..757e596 100644 --- a/dunst.c +++ b/dunst.c @@ -526,7 +526,6 @@ void draw_win(void) line_cnt += n->draw_txt_buf.line_count; } - printf("width: %d\n", width); /* if we have a dynamic width, calculate the actual width */ if (width == 0) { for (l_node * iter = displayed_notifications->head; iter;