summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/VNDB/L10N.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/VNDB/L10N.pm b/lib/VNDB/L10N.pm
index d01a7c5a..d5da169f 100644
--- a/lib/VNDB/L10N.pm
+++ b/lib/VNDB/L10N.pm
@@ -70,10 +70,6 @@ use warnings;
die "Don't know what to do with line $line\n" unless /^([a-z_-]{2,7})[ *]:/;
}
close $F;
-
- # dev.
- use Data::Dumper 'Dumper';
- warn Dumper \%lang;
}
}