From cac2b9513604b88cb0b4216c941ab086bd40f62a Mon Sep 17 00:00:00 2001 From: pscott Date: Wed, 21 Apr 2021 17:11:51 +0200 Subject: [PATCH] Remove printf when parsing legacy tx --- src_common/ethUstream.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src_common/ethUstream.c b/src_common/ethUstream.c index 4cd8f22..06a79d7 100644 --- a/src_common/ethUstream.c +++ b/src_common/ethUstream.c @@ -342,7 +342,6 @@ static bool processEIP2930Tx(txContext_t *context) { } static bool processLegacyTx(txContext_t *context) { - PRINTF("Processing legacy\n"); switch (context->currentField) { case LEGACY_RLP_CONTENT: processContent(context);