X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Faction_graph.c;h=0bb58563e0a9094d6acd2315527217319edd4ba3;hb=da630143f2fd8a152ec71a9c7ed8b0ae17081fa4;hp=2f6e16b914eb333cb6034a065ed91efa5936de2f;hpb=55edccd3cb03ceb031cd038d36b699206ce2958b;p=collection4.git 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. */