summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-09-05 12:54:43 +0200
committerYorhel <git@yorhel.nl>2009-09-05 12:54:43 +0200
commitcf0ba88d0076586202fda68aa0e0d8783b80d79c (patch)
treef46ec5e9969db28573b4e6932df2b9fc36bd10f7 /lib
parentf9727660df7590e93d2d929a70fd0dc41dd0ff2f (diff)
L10N: Removed some debugging code
Diffstat (limited to 'lib')
-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;
}
}