diff options
author | Justin Davis <jrcd83@gmail.com> | 2012-06-06 19:01:30 +0200 |
---|---|---|
committer | Justin Davis <jrcd83@gmail.com> | 2012-06-06 19:01:30 +0200 |
commit | 8728da75536d498ecf984cfb1290f97d3bb789ad (patch) | |
tree | 867570a3d93049cec63be255a3ddba84efa5d7fd | |
parent | 91922d68b35cc4e85b24935290d49a48dc9c638d (diff) | |
download | genpkg-8728da75536d498ecf984cfb1290f97d3bb789ad.tar.gz genpkg-8728da75536d498ecf984cfb1290f97d3bb789ad.tar.xz |
Remove tracing output.
-rwxr-xr-x | preps/perl.d/perl-dist | 1 |
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; |