Skip to content

Commit 52e5564

Browse files
committed
rm log message
1 parent 582c259 commit 52e5564

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/SIL.XForge.Scripture/ClientApp/src/xforge-common/models/realtime-doc.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@ export abstract class RealtimeDoc<T = any, Ops = any, P = any> {
245245
this.docSubscriptions.delete(docSubscription);
246246

247247
if (this.activeDocSubscriptionsCount === 0) {
248-
console.log(`No active subscribers for ${this.collection}:${this.id}. Disposing.`);
249248
this.dispose();
250249
}
251250
});

0 commit comments

Comments
 (0)