]> git.donarmstrong.com Git - wannabuild.git/commitdiff
wanna-build: remove debugging code
authorPhilipp Kern <pkern@debian.org>
Sun, 27 Nov 2011 16:16:37 +0000 (16:16 +0000)
committerPhilipp Kern <pkern@debian.org>
Sun, 27 Nov 2011 16:16:37 +0000 (16:16 +0000)
bin/wanna-build

index 6845901f17ad360e79e793d4df690732b9a20cc7..c9531211e54a03cff965eebc3fe617ea8539f7ba 100755 (executable)
@@ -2154,7 +2154,6 @@ sub parse_all_v3 {
             # does at least one binary exist in the database and is more recent - if so, we're probably just outdated, ignore the source package
             for my $bin (@{$pkgs->{'binary'}}) {
                 if ($binary->{$bin} and $binary->{$bin}->{'arch'} ne 'all' and vercmp($pkgs->{'version'}, $binary->{$bin}->{'version'}) < 0) {
-                   print Dumper($binary->{$bin}) . "\n";
                     print "$logstr skipped because binaries (assumed to be) overwritten (" .
                        $bin . ", " . $pkgs->{'version'} . " vs. " . $binary->{$bin}->{'version'} . ")\n" if $verbose || $simulate;
                     next SRCS;