summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Davis <jrcd83@gmail.com>2012-06-06 19:01:30 +0200
committerJustin Davis <jrcd83@gmail.com>2012-06-06 19:01:30 +0200
commit8728da75536d498ecf984cfb1290f97d3bb789ad (patch)
tree867570a3d93049cec63be255a3ddba84efa5d7fd
parent91922d68b35cc4e85b24935290d49a48dc9c638d (diff)
downloadgenpkg-8728da75536d498ecf984cfb1290f97d3bb789ad.tar.gz
genpkg-8728da75536d498ecf984cfb1290f97d3bb789ad.tar.xz
Remove tracing output.
-rwxr-xr-xpreps/perl.d/perl-dist1
1 files changed, 0 insertions, 1 deletions
diff --git a/preps/perl.d/perl-dist b/preps/perl.d/perl-dist
index 4431f77..21ff082 100755
--- a/preps/perl.d/perl-dist
+++ b/preps/perl.d/perl-dist
@@ -372,7 +372,6 @@ sub writepb
{
my($ddir) = @_;
- print STDERR "DBG: \$ddir = {$ddir}\n";
my $dtype = (-f "$ddir/Build.PL" ? "MB" : "MM");
if(system $PBPROG => $dtype){
return $? >> 8;