aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-10-13 15:00:07 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-10-13 15:00:07 -0400
commit046ac5fec5534e10b8e34b96014f936bb151d147 (patch)
treece368afd5e1d763a486840a5b3d62dc4ca2c6ad5 /IkiWiki.pm
parentc916dcd035ef35e545119c91953a135600ecf0c3 (diff)
downloadikiwiki-046ac5fec5534e10b8e34b96014f936bb151d147.tar
ikiwiki-046ac5fec5534e10b8e34b96014f936bb151d147.tar.gz
remove debugging and cruft
Diffstat (limited to 'IkiWiki.pm')
-rw-r--r--IkiWiki.pm3
1 files changed, 0 insertions, 3 deletions
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;
}
}