summaryrefslogtreecommitdiff
path: root/corpus/add-self-translations.pl
diff options
context:
space:
mode:
Diffstat (limited to 'corpus/add-self-translations.pl')
-rwxr-xr-xcorpus/add-self-translations.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/corpus/add-self-translations.pl b/corpus/add-self-translations.pl
index 153bc454..d707ce29 100755
--- a/corpus/add-self-translations.pl
+++ b/corpus/add-self-translations.pl
@@ -6,7 +6,7 @@ use strict;
my %df;
my %def;
while(<>) {
- print;
+# print;
chomp;
my ($sf, $se) = split / \|\|\| /;
die "Format error: $_\n" unless defined $sf && defined $se;