src/graph_list.c: Remove an annoying debugging message.
[collection4.git] / src / graph_list.c
index a0f0f29..ecd873b 100644 (file)
@@ -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
   {