Skip to content

Commit ffebb4f

Browse files
committed
chore: remove console.log
1 parent 6f6663d commit ffebb4f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/cojson/src/storage/storageSync.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ export class StorageApiSync implements StorageAPI {
100100
} as NewContentMessage;
101101

102102
if (contentStreaming) {
103-
console.log("streamingCounter - add 1");
104103
this.streamingCounter.add(1);
105104
contentMessage.streamingTarget = knownState["sessions"];
106105
}
@@ -163,7 +162,6 @@ export class StorageApiSync implements StorageAPI {
163162
}
164163

165164
if (contentStreaming) {
166-
console.log("streamingCounter - remove 1");
167165
this.streamingCounter.add(-1);
168166
}
169167

0 commit comments

Comments
 (0)