From: Joey Hess Date: Tue, 13 Oct 2009 19:00:07 +0000 (-0400) Subject: remove debugging and cruft X-Git-Tag: 3.20091017~27^2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=046ac5fec5534e10b8e34b96014f936bb151d147;p=ikiwiki.git remove debugging and cruft --- diff --git a/IkiWiki.pm b/IkiWiki.pm index ac01ea418..1e9d1ca2a 100644 --- 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; } }