Removed some trace statements that were accidentally left behind in the code
This commit is contained in:
parent
41bd39a82a
commit
faf74b2563
|
@ -5102,10 +5102,6 @@ TEST_CASE("/DataDistribution/GetTeam/HealthyCompleteSource") {
|
|||
state GetTeamRequest req(wantsNewServers, wantsTrueBest, preferLowerUtilization, teamMustHaveShards);
|
||||
req.completeSources = completeSources;
|
||||
|
||||
collection->traceAllInfo();
|
||||
collection->traceServerInfo();
|
||||
collection->traceServerTeamInfo();
|
||||
|
||||
Future<Void> a = collection->getTeam(req);
|
||||
wait(a);
|
||||
|
||||
|
|
Loading…
Reference in New Issue