projects
/
collection4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd5df5b
)
src/graph_list.c: Remove an annoying debugging message.
author
Florian Forster
<octo@verplant.org>
Tue, 7 Sep 2010 21:15:18 +0000
(23:15 +0200)
committer
Florian Forster
<octo@verplant.org>
Tue, 7 Sep 2010 21:15:18 +0000
(23:15 +0200)
src/graph_list.c
patch
|
blob
|
history
diff --git
a/src/graph_list.c
b/src/graph_list.c
index
a0f0f29
..
ecd873b
100644
(file)
--- a/
src/graph_list.c
+++ b/
src/graph_list.c
@@
-281,11
+281,8
@@
static int gl_update_cache (void) /* {{{ */
if (status == 0)
{
if (statbuf.st_mtime >= gl_last_update)
- {
- fprintf (stderr, "gl_update_cache: Not writing to cache because it's "
- "at least as new as our internal data\n");
+ /* Not writing to cache because it's at least as new as our internal data */
return (0);
- }
}
else
{