Skip to content

Commit f22d6a1

Browse files
log: Remove static log message "Initializing chainstate Chainstate [ibd] @ height -1 (null)"
1 parent b99a163 commit f22d6a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/init.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1614,7 +1614,6 @@ bool AppInitMain(const util::Ref& context, NodeContext& node, interfaces::BlockA
16141614
bool failed_chainstate_init = false;
16151615

16161616
for (CChainState* chainstate : chainman.GetAll()) {
1617-
LogPrintf("Initializing chainstate %s\n", chainstate->ToString());
16181617
chainstate->InitCoinsDB(
16191618
/* cache_size_bytes */ nCoinDBCache,
16201619
/* in_memory */ false,

0 commit comments

Comments
 (0)