projects
/
collection4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d10cc0a
)
src/action_graph.c: Remove debugging output.
author
Florian Forster
<ff@octo.it>
Fri, 18 Jun 2010 20:59:41 +0000
(22:59 +0200)
committer
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Fri, 18 Jun 2010 20:59:41 +0000
(22:59 +0200)
src/action_graph.c
patch
|
blob
|
history
diff --git
a/src/action_graph.c
b/src/action_graph.c
index
2f6e16b
..
0bb5856
100644
(file)
--- 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. */