diff --git a/packages/connected-nextgraph/src/notifications/NextGraphNotificationSubscription.ts b/packages/connected-nextgraph/src/notifications/NextGraphNotificationSubscription.ts index 9d35e2c..a4a5caf 100644 --- a/packages/connected-nextgraph/src/notifications/NextGraphNotificationSubscription.ts +++ b/packages/connected-nextgraph/src/notifications/NextGraphNotificationSubscription.ts @@ -9,7 +9,6 @@ export class NextGraphNotificationSubscription extends NotificationSubscription< private unsub: (() => void) | undefined; protected async open(): Promise { - console.log("THIS WAS OPENED AND IT SHOULDNT BE"); this.unsub = await this.context.nextgraph.ng.doc_subscribe( this.resource.uri, this.context.nextgraph.sessionId,