From 4b31b4fe664b7b4421a63943e216a5b5e78addd4 Mon Sep 17 00:00:00 2001 From: hooper114 Date: Sun, 1 Feb 2009 16:57:45 +0000 Subject: [PATCH] Be quiet! --- backend/dm200.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/dm200.c b/backend/dm200.c index d265e6d2..40f663b6 100644 --- a/backend/dm200.c +++ b/backend/dm200.c @@ -309,7 +309,7 @@ int look_ahead_test(unsigned char source[], int sourcelen, int position, int cur /* step (q) */ if(gs1 && (source[sp] == '[')) { b256_count += 4.0; } else { b256_count += 1.0; } - printf("lat a%.2f c%.2f t%.2f x%.2f e%.2f b%.2f\n", ascii_count, c40_count, text_count, x12_count, edf_count, b256_count); + /*printf("lat a%.2f c%.2f t%.2f x%.2f e%.2f b%.2f\n", ascii_count, c40_count, text_count, x12_count, edf_count, b256_count);*/ } @@ -711,12 +711,12 @@ int dm200encode(struct zint_symbol *symbol, unsigned char source[], unsigned cha } } - + /* for(i = 0; i < tp; i++){ printf("%02X ", target[i]); } printf("\n"); - + */ *(last_mode) = current_mode; return tp;