From 3791b9f1f09c4c39ed96922b7f1640314805a175 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Tue, 7 Sep 2010 23:15:18 +0200 Subject: [PATCH] src/graph_list.c: Remove an annoying debugging message. --- src/graph_list.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 { -- 2.30.2