aboutsummaryrefslogtreecommitdiffstats
path: root/tab_creator.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tab_creator.pl')
-rwxr-xr-xtab_creator.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/tab_creator.pl b/tab_creator.pl
index f9acf1c..6efce46 100755
--- a/tab_creator.pl
+++ b/tab_creator.pl
@@ -36,8 +36,6 @@ my %language_codes = (
36 36
37my ($tab_file, $tab_dir) = @ARGV; 37my ($tab_file, $tab_dir) = @ARGV;
38 38
39print "working on $tab_file\n";
40
41if (not defined $tab_file or not defined $tab_file) { 39if (not defined $tab_file or not defined $tab_file) {
42 die "usage: ./tab_creator.pl <tab_file>"; 40 die "usage: ./tab_creator.pl <tab_file>";
43} 41}