summaryrefslogtreecommitdiff
path: root/macros
diff options
context:
space:
mode:
authorH. Peter Anvin (Intel) <hpa@zytor.com>2019-08-15 11:57:05 -0700
committerH. Peter Anvin (Intel) <hpa@zytor.com>2019-08-15 11:57:05 -0700
commit743c91855ec8995022f7aa562c44ae0aa474fc50 (patch)
tree07fed2f1f7b14cece68c79e2a2f8186e7e702fcc /macros
parent4b282d05039f6bfc1510c295f8e21a59846d7bfb (diff)
downloadnasm-743c91855ec8995022f7aa562c44ae0aa474fc50.tar.gz
macros.pl: remove a debugging print
Remove a stray debugging print statement from macros.pl. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
Diffstat (limited to 'macros')
-rwxr-xr-xmacros/macros.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/macros/macros.pl b/macros/macros.pl
index 59f19c91..260382c2 100755
--- a/macros/macros.pl
+++ b/macros/macros.pl
@@ -154,8 +154,6 @@ foreach $args ( @ARGV ) {
s/\s+/ /g;
next if ($_ eq '');
- print "\"", $_, "\"\n";
-
if (m/^OUT:\s*(\S.*)$/) {
undef $pkg;
my @out_alias = split(/\s+/, $1);