Skip to content

Commit 3e5cf30

Browse files
committed
disable getStats logs.
1 parent 233f617 commit 3e5cf30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web/main.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ void loopBackTest() async {
254254
key: Uint8List.fromList('testkey2'.codeUnits));
255255
256256
*/
257-
257+
/*
258258
Timer.periodic(Duration(seconds: 1), (timer) async {
259259
var senders = await pc1.getSenders();
260260
var receivers = await pc2.getReceivers();
@@ -276,4 +276,5 @@ void loopBackTest() async {
276276
});
277277
});
278278
});
279+
*/
279280
}

0 commit comments

Comments
 (0)