Skip to content
Snippets Groups Projects
Commit 1f3bbe4c authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[fix] #987 Remove debug logs during sync

parent f6032d72
No related branches found
No related tags found
No related merge requests found
......@@ -412,7 +412,6 @@ function BlockchainService (server) {
}
// Transactions recording
yield mainContext.updateTransactionsForBlocks(blocks, getBlockByNumberAndHash);
logger.debug(blocks[0].number);
yield dal.blockDAL.saveBunch(blocks);
yield pushStatsForBlocks(blocks);
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment