From cd62acfb4710ffd85ea1e2635541889083267f77 Mon Sep 17 00:00:00 2001 From: intrigeri Date: Tue, 30 Dec 2008 23:10:12 +0100 Subject: po: remove debug statements --- IkiWiki/Plugin/po.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'IkiWiki/Plugin/po.pm') diff --git a/IkiWiki/Plugin/po.pm b/IkiWiki/Plugin/po.pm index d8a7de8eb..e25532a0a 100644 --- a/IkiWiki/Plugin/po.pm +++ b/IkiWiki/Plugin/po.pm @@ -338,7 +338,6 @@ sub renamepages() { #{{{ foreach my $rename (@torename) { next unless istranslatable($rename->{src}); my %otherpages=%{otherlanguages($rename->{src})}; - debug "bla".$rename->{src}; while (my ($lang, $otherpage) = each %otherpages) { push @{$torename}, { src => $otherpage, @@ -347,7 +346,6 @@ sub renamepages() { #{{{ destfile => $rename->{dest}.".".$lang.".po", required => 0, }; - debug "po(renamepages): pushed src=$otherpage, dest=".otherlanguage($rename->{dest}, $lang); } } } #}}} -- cgit v1.2.3