Skip to content

Commit 3d30372

Browse files
remove test logs
1 parent d8984c1 commit 3d30372

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/web/tests/multiple_instances.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ describe('Multiple Instances', () => {
243243
// The status in the second stream client should be updated
244244
await stream2UpdatedPromise;
245245

246-
console.log('stream 2 status updated');
247246
expect(stream2.isConnected).true;
248247

249248
// Create something with CRUD in it.
@@ -257,8 +256,6 @@ describe('Multiple Instances', () => {
257256
// The second connector should be called to upload
258257
await upload2TriggeredPromise;
259258

260-
console.log('2 upload was triggered');
261-
262259
// It should call the latest connected client
263260
expect(spy2).toHaveBeenCalledOnce();
264261

0 commit comments

Comments
 (0)