From: Ævar Arnfjörð Bjarmason Date: Mon, 22 Jun 2009 19:07:03 +0000 (+0000) Subject: Remove debugging code X-Git-Tag: live~6969 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/abf35182a77602926540f37e537b3b31330eac62 Remove debugging code --- diff --git a/script/locale/diff b/script/locale/diff index e9630c9e3..90ab8ed19 100755 --- a/script/locale/diff +++ b/script/locale/diff @@ -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?