]> git.rmz.io Git - dotfiles.git/blobdiff - bin/lib32-diff
remove debug print
[dotfiles.git] / bin / lib32-diff
index 80eac78a0b6f8f869712db407da2881c63bb330b..e494c15766a6772ee8293c1fb9fc5cc046b02b17 100755 (executable)
@@ -25,7 +25,6 @@ foreach (@lib32_pkgs) {
 
     my $pkg = `pacman -Ss "^$pkgname" | grep "/$pkgname " | head -n1`;
     chomp $pkg;
-    print "$lib32_pkgname -> $pkg\n";
 
     next if ( $pkg !~ /(?<repo>.+)\/(?<pkgname>.+) (?<pkgver>.+)-(?<pkgrel>\d+)/ );