Remove debugging trace event

This commit is contained in:
sfc-gh-tclinkenbeard 2023-02-08 08:29:46 -08:00 committed by Trevor Clinkenbeard
parent 1a9aed795f
commit ed20a30c11
1 changed files with 0 additions and 1 deletions

View File

@ -311,7 +311,6 @@ ACTOR static Future<Void> mockServer(GrvProxyTagThrottler* throttler) {
outBatchPriority.front().reply.send(GetReadVersionReply{}); outBatchPriority.front().reply.send(GetReadVersionReply{});
outBatchPriority.pop_front(); outBatchPriority.pop_front();
} }
TraceEvent("HERE_ServerProcessing").detail("Size", outDefaultPriority.size());
while (!outDefaultPriority.empty()) { while (!outDefaultPriority.empty()) {
outDefaultPriority.front().reply.send(GetReadVersionReply{}); outDefaultPriority.front().reply.send(GetReadVersionReply{});
outDefaultPriority.pop_front(); outDefaultPriority.pop_front();