Skip to content

Commit e6ffea6

Browse files
committed
Removes leftover console.log in statistics test
1 parent 3bd8ab1 commit e6ffea6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/statistics/StatisticsTest.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ describe('Statistics with negative period', function () {
212212

213213
function getClientStatisticsFromServer(cluster, client) {
214214
var clientUuid = client.getClusterService().uuid;
215-
console.log(clientUuid);
216215
var script =
217216
'clients=instance_0.getClientService().getConnectedClients().toArray()\n' +
218217
'for(i=0;i<clients.length;i++) {\n' +

0 commit comments

Comments
 (0)