diff options
Diffstat (limited to 'ext/Encode/Encode.pm')
-rw-r--r-- | ext/Encode/Encode.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Encode/Encode.pm b/ext/Encode/Encode.pm index db471cb059..0486a68c85 100644 --- a/ext/Encode/Encode.pm +++ b/ext/Encode/Encode.pm @@ -378,7 +378,7 @@ sub loadEncoding last unless $type eq '#'; } $class .= ('::'.(($type eq 'E') ? 'Escape' : 'Table')); - warn "Loading $file"; + # warn "Loading $file"; return $class->read($fh,$name,$type); } else |