From: Florian Forster Date: Fri, 18 Jun 2010 20:59:41 +0000 (+0200) Subject: src/action_graph.c: Remove debugging output. X-Git-Tag: v4.0.0~237 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=da630143f2fd8a152ec71a9c7ed8b0ae17081fa4;p=collection4.git src/action_graph.c: Remove debugging output. --- 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. */