remove debugging and cruft
authorJoey Hess <joey@gnu.kitenet.net>
Tue, 13 Oct 2009 19:00:07 +0000 (15:00 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Tue, 13 Oct 2009 19:00:07 +0000 (15:00 -0400)
IkiWiki.pm

index ac01ea4180c25224892ba8a5cfa1d807df67c1af..1e9d1ca2a73d42343534fb582dd50542926b71f1 100644 (file)
@@ -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;
        }
 }