From: Jarkko Hietaniemi Date: Sun, 31 Dec 2000 18:15:56 +0000 (+0000) Subject: Comment away a diagnostic message as noted by Craig A. Berry X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=167b4407dd5b2fba815ebbfbfaf6d691189c78da;p=p5sagit%2Fp5-mst-13.2.git Comment away a diagnostic message as noted by Craig A. Berry (the unexpected message was confusing testing) p4raw-id: //depot/perl@8287 --- diff --git a/ext/Encode/Encode.pm b/ext/Encode/Encode.pm index db471cb..0486a68 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