summaryrefslogtreecommitdiff
path: root/lib/blib.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/blib.pm')
-rw-r--r--lib/blib.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/blib.pm b/lib/blib.pm
index 2dd7802f4b..9e0f6c07c3 100644
--- a/lib/blib.pm
+++ b/lib/blib.pm
@@ -47,7 +47,6 @@ sub import
my $dir = getcwd;
if (@_)
{
- print join(',',@_),"\n";
$dir = shift;
$dir =~ s/blib$//;
$dir =~ s,/+$,,;