this message is not needed
[p5sagit/local-lib.git] / t / taint-mode.t
index 3f6565e..43c01be 100644 (file)
@@ -31,7 +31,6 @@ use strict; use warnings;
 use local::lib '$dir1';
 warn "using lib dir $dir1\\n";
 my \$quoted_dir = quotemeta('$dir1');
-warn "dir is $dir1, quoted is \$quoted_dir\\n";
 if (grep { m{^\$quoted_dir} } \@INC) {
   exit 0;
 }