Remove debugging printf

This commit is contained in:
pscott
2021-04-21 17:19:02 +02:00
parent 1a1a3198f9
commit 11701b6fa2

View File

@@ -255,7 +255,6 @@ void finalizeParsing(bool direct) {
return;
}
PRINTF("OFFICIAL: %u, RECEIVED: %u\n", chainConfig->chainId, id);
if (chainConfig->chainId != id) {
PRINTF("Invalid chainID %u expected %u\n", id, chainConfig->chainId);
reset_app_context();