src/graph_list.c: Remove an annoying debugging message.
authorFlorian Forster <octo@verplant.org>
Tue, 7 Sep 2010 21:15:18 +0000 (23:15 +0200)
committerFlorian Forster <octo@verplant.org>
Tue, 7 Sep 2010 21:15:18 +0000 (23:15 +0200)
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
   {