Oops, forgot to take out some debugging print statements
This commit is contained in:
parent
3e140b7053
commit
ec6562b7d3
1 changed files with 0 additions and 2 deletions
|
@ -34,11 +34,9 @@ sub find_translation ($) {
|
|||
my($s) = @_;
|
||||
my $key = $s;
|
||||
if ($s =~ /\S/s) {
|
||||
print STDERR "DEBUG: before: ($key)\n";
|
||||
$key = TmplTokenizer::string_canon($key);
|
||||
$key = TmplTokenizer::charset_convert($key, $charset_in, $charset_out);
|
||||
$key = TmplTokenizer::quote_po($key);
|
||||
print STDERR "DEBUG: after: ($key)\n";
|
||||
}
|
||||
return defined $href->{$key}
|
||||
&& !$href->{$key}->fuzzy
|
||||
|
|
Loading…
Reference in a new issue