Skip to content

Commit

Permalink
Revert "Log inbound ledgers size when getting fetch pack."
Browse files Browse the repository at this point in the history
This reverts commit c2df254.
  • Loading branch information
mtrippled committed Aug 23, 2024
1 parent c2df254 commit a7e89a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/xrpld/app/ledger/detail/InboundLedgers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,6 @@ class InboundLedgersImp : public InboundLedgers
JLOG(j_.debug()) << "InboundLedgers lock7";
ScopedLockType sl(mLock);
JLOG(j_.debug()) << "InboundLedgers locked7";
JLOG(j_.debug()) << "InboundLedgers size " << mLedgers.size();

acquires.reserve(mLedgers.size());
for (auto const& it : mLedgers)
Expand Down

0 comments on commit a7e89a1

Please sign in to comment.