Remove extraneous log

main
Jackson Morgan 4 months ago
parent fa05a1efc0
commit 284a1895bb
  1. 1
      packages/connected-nextgraph/src/notifications/NextGraphNotificationSubscription.ts

@ -9,7 +9,6 @@ export class NextGraphNotificationSubscription extends NotificationSubscription<
private unsub: (() => void) | undefined; private unsub: (() => void) | undefined;
protected async open(): Promise<void> { protected async open(): Promise<void> {
console.log("THIS WAS OPENED AND IT SHOULDNT BE");
this.unsub = await this.context.nextgraph.ng.doc_subscribe( this.unsub = await this.context.nextgraph.ng.doc_subscribe(
this.resource.uri, this.resource.uri,
this.context.nextgraph.sessionId, this.context.nextgraph.sessionId,

Loading…
Cancel
Save