Ver Fonte

Remove debug command.

Joe Clarke há 2 anos atrás
pai
commit
e073c8adcf
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      portlint.pl

+ 0 - 1
portlint.pl

@@ -3830,7 +3830,6 @@ sub get_makevar {
 	my($cmd, $result);
 
 	$cmd = join(' -V ', "make $makeenv MASTER_SITE_BACKUP=''", map { "'$_'" } @_);
-	print STDERR "XXX: cmd = $cmd\n";
 	$result = `$cmd`;
 	chomp $result;