X-Git-Url: https://git.octo.it/?p=collection4.git;a=blobdiff_plain;f=src%2Fgraph_list.c;h=ecd873bae4824e90258821865e7ff12e3dc0c9e6;hp=a0f0f29850932ecf4b51484b32591ed904455626;hb=3791b9f1f09c4c39ed96922b7f1640314805a175;hpb=dd5df5bb9e608ffd481234e30cc393ef00e52d07 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 {