1
0
mirror of https://github.com/fachat/xa65.git synced 2025-03-18 05:29:30 +00:00

remove debug output... (oops..)

This commit is contained in:
fachat 2012-08-15 14:08:13 +02:00
parent 20b1e2cc08
commit 5cb6388a1d

View File

@ -339,7 +339,7 @@ void do_listing(signed char *listing, int listing_len, signed char *bincode, int
buf += list_tokens(buf, listing + 3, listing_len - 3);
#if 1 //def LISTING_DEBUG
#ifdef LISTING_DEBUG
/* for now only do a hex dump so we see what actually happens */
{
char valbuf[32];