Removed some trace statements that were accidentally left behind in the code

This commit is contained in:
Bharadwaj V.R 2022-02-10 22:23:03 -08:00
parent 41bd39a82a
commit faf74b2563
1 changed files with 0 additions and 4 deletions

View File

@ -5102,10 +5102,6 @@ TEST_CASE("/DataDistribution/GetTeam/HealthyCompleteSource") {
state GetTeamRequest req(wantsNewServers, wantsTrueBest, preferLowerUtilization, teamMustHaveShards); state GetTeamRequest req(wantsNewServers, wantsTrueBest, preferLowerUtilization, teamMustHaveShards);
req.completeSources = completeSources; req.completeSources = completeSources;
collection->traceAllInfo();
collection->traceServerInfo();
collection->traceServerTeamInfo();
Future<Void> a = collection->getTeam(req); Future<Void> a = collection->getTeam(req);
wait(a); wait(a);