mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-25 04:43:03 +03:00
Remove debug
This commit is contained in:
parent
92a21f9d3a
commit
34b139e2ae
@ -75,7 +75,6 @@ while(<STDIN>) {
|
||||
s/(\.+)\"(\s*[^<])/\"$1$2/g; # don't fix period at end of sentence
|
||||
}
|
||||
|
||||
print STDERR $_ if //;
|
||||
|
||||
if ($language eq "de" || $language eq "es" || $language eq "cz" || $language eq "cs" || $language eq "fr") {
|
||||
s/(\d) (\d)/$1,$2/g;
|
||||
|
Loading…
Reference in New Issue
Block a user