Code

src/action_graph.c: Remove debugging output.
authorFlorian Forster <ff@octo.it>
Fri, 18 Jun 2010 20:59:41 +0000 (22:59 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Fri, 18 Jun 2010 20:59:41 +0000 (22:59 +0200)
src/action_graph.c

index 2f6e16b914eb333cb6034a065ed91efa5936de2f..0bb58563e0a9094d6acd2315527217319edd4ba3 100644 (file)
@@ -161,11 +161,7 @@ static int output_graph (graph_data_t *data) /* {{{ */
     
     status = time_to_rfc1123 (data->mtime, time_buffer, sizeof (time_buffer));
     if (status == 0)
-    {
       printf ("Last-Modified: %s\n", time_buffer);
-      printf ("X-Last-Modified: %s\n", time_buffer);
-      fprintf (stderr, "Last-Modified: %s (%li)\n", time_buffer, (long) data->mtime);
-    }
   }
 
   /* Print Expires header. */