From da630143f2fd8a152ec71a9c7ed8b0ae17081fa4 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Fri, 18 Jun 2010 22:59:41 +0200 Subject: [PATCH] src/action_graph.c: Remove debugging output. --- src/action_graph.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/action_graph.c b/src/action_graph.c index 2f6e16b..0bb5856 100644 --- a/src/action_graph.c +++ b/src/action_graph.c @@ -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. */ -- 2.11.0