From b949b043c83605ded0bc2a796adb63c47553a861 Mon Sep 17 00:00:00 2001 From: Philipp Kern Date: Sun, 27 Nov 2011 16:16:37 +0000 Subject: [PATCH] wanna-build: remove debugging code --- bin/wanna-build | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/wanna-build b/bin/wanna-build index 6845901..c953121 100755 --- a/bin/wanna-build +++ b/bin/wanna-build @@ -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; -- 2.39.2