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