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);