Skip to content

Commit

Permalink
Removes leftover debugging log
Browse files Browse the repository at this point in the history
  • Loading branch information
Spoffy committed Jan 2, 2025
1 parent 3b0f603 commit 2ba5848
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/server/lib/ActiveDoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<ActiveDoc> {
console.log(`OPENOPENOPENOPENOPENOPENOPENOPEN ${this.docName} ANYTHING ELSE`);
const startTime = Date.now();
this._log.debug(docSession, "loadDoc");
try {
Expand Down

0 comments on commit 2ba5848

Please sign in to comment.