diff --git a/app/server/lib/ActiveDoc.ts b/app/server/lib/ActiveDoc.ts index 5d396d0708..fa292ae954 100644 --- a/app/server/lib/ActiveDoc.ts +++ b/app/server/lib/ActiveDoc.ts @@ -648,7 +648,6 @@ export class ActiveDoc extends EventEmitter { useExisting?: boolean, // If set, document can be created as an overlay on // an existing sqlite file. }): Promise { - console.log(`OPENOPENOPENOPENOPENOPENOPENOPEN ${this.docName} ANYTHING ELSE`); const startTime = Date.now(); this._log.debug(docSession, "loadDoc"); try {