From 5cb6388a1d8dca32407acfb16ef069fcf7518030 Mon Sep 17 00:00:00 2001 From: fachat Date: Wed, 15 Aug 2012 14:08:13 +0200 Subject: [PATCH] remove debug output... (oops..) --- xa/src/xalisting.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xa/src/xalisting.c b/xa/src/xalisting.c index e689fa8..39b4331 100644 --- a/xa/src/xalisting.c +++ b/xa/src/xalisting.c @@ -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];