From: Florian Forster Date: Tue, 7 Sep 2010 21:15:18 +0000 (+0200) Subject: src/graph_list.c: Remove an annoying debugging message. X-Git-Tag: v4.0.0~47 X-Git-Url: https://git.octo.it/?p=collection4.git;a=commitdiff_plain;h=3791b9f1f09c4c39ed96922b7f1640314805a175 src/graph_list.c: Remove an annoying debugging message. --- diff --git a/src/graph_list.c b/src/graph_list.c index a0f0f29..ecd873b 100644 --- a/src/graph_list.c +++ b/src/graph_list.c @@ -281,11 +281,8 @@ static int gl_update_cache (void) /* {{{ */ if (status == 0) { if (statbuf.st_mtime >= gl_last_update) - { - fprintf (stderr, "gl_update_cache: Not writing to cache because it's " - "at least as new as our internal data\n"); + /* Not writing to cache because it's at least as new as our internal data */ return (0); - } } else {