Remove debugging code
This commit is contained in:
parent
b26b6c9478
commit
abf35182a7
1 changed files with 0 additions and 4 deletions
|
@ -140,10 +140,6 @@ sub prune_untranslated_with_blacklist
|
|||
|
||||
my %bw_list = (%$default, %$this_language);
|
||||
|
||||
use feature ':5.10';
|
||||
use Data::Dump 'dump';
|
||||
say STDERR dump \%bw_list;
|
||||
|
||||
while (my ($key, $blacklisted) = each %bw_list)
|
||||
{
|
||||
# FIXME: Does syck actually support true/false booleans in yaml?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue