Browse Source

Remove debug command.

Joe Clarke 2 years ago
parent
commit
e073c8adcf
1 changed files with 0 additions and 1 deletions
  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;