diff options
author | intrigeri <intrigeri@boum.org> | 2008-12-30 23:10:12 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2008-12-30 23:10:12 +0100 |
commit | cd62acfb4710ffd85ea1e2635541889083267f77 (patch) | |
tree | a05b94765a8cba6d05a7905e8b664f7b6e5a63f5 /IkiWiki/Plugin | |
parent | f586eafe90510a49b37052c39b1b60e23c20e081 (diff) |
po: remove debug statements
Diffstat (limited to 'IkiWiki/Plugin')
-rw-r--r-- | IkiWiki/Plugin/po.pm | 2 |
1 files changed, 0 insertions, 2 deletions
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); } } } #}}} |