Remove debugging printf
authorH. Peter Anvin <hpa@zytor.com>
Sun, 13 Jan 2008 19:46:04 +0000 (11:46 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 13 Jan 2008 19:46:04 +0000 (11:46 -0800)
Remove debugging printf which shouldn't ever have been checked in ;)

nasm.c

diff --git a/nasm.c b/nasm.c
index 9267a9f..b5497a4 100644 (file)
--- a/nasm.c
+++ b/nasm.c
@@ -913,8 +913,6 @@ static void assemble_file(char *fname)
         pass2 = passn > 1  ? 2 : 1;     /* 1, 2, 2, ..., 2, 2 */
         /* pass0                           0, 0, 0, ..., 1, 2 */
 
-       printf("pass = %d (%d,%d,%d)\n", passn, pass0, pass1, pass2);
-
         def_label = passn > 1 ? redefine_label : define_label;
 
         globalbits = sb = cmd_sb;   /* set 'bits' to command line default */