projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c916dcd
)
remove debugging and cruft
author
Joey Hess
<joey@gnu.kitenet.net>
Tue, 13 Oct 2009 19:00:07 +0000
(15:00 -0400)
committer
Joey Hess
<joey@gnu.kitenet.net>
Tue, 13 Oct 2009 19:00:07 +0000
(15:00 -0400)
IkiWiki.pm
patch
|
blob
|
history
diff --git
a/IkiWiki.pm
b/IkiWiki.pm
index ac01ea4180c25224892ba8a5cfa1d807df67c1af..1e9d1ca2a73d42343534fb582dd50542926b71f1 100644
(file)
--- a/
IkiWiki.pm
+++ b/
IkiWiki.pm
@@
-2120,10
+2120,7
@@
sub merge_influences {
}
else {
# influence blocker
- print STDERR "merging $this and $other; found influence blocker\n";
$this->[1]={};
- $this->[2]=1;
- return;
}
}