From 29cea09e0def4ab9b65e00a6b78b44645918e5fb Mon Sep 17 00:00:00 2001 From: uz Date: Mon, 14 Sep 2009 19:56:47 +0000 Subject: [PATCH] Removed debug output git-svn-id: svn://svn.cc65.org/cc65/trunk@4171 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- src/cc65/coptind.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cc65/coptind.c b/src/cc65/coptind.c index edbb32e76..578a72c7f 100644 --- a/src/cc65/coptind.c +++ b/src/cc65/coptind.c @@ -601,7 +601,6 @@ unsigned OptJumpTarget1 (CodeSeg* S) * not already have one. */ TL1 = CS_GenLabel (S, T1); - printf ("Generated label %s\n", TL1->Name); /* Change the jump target to point to this new label */ CS_MoveLabelRef (S, E2, TL1);