Skip to content

Commit c5f840b

Browse files
committed
chore: bump version
1 parent 0595ae8 commit c5f840b

2 files changed

Lines changed: 1 addition & 8095 deletions

File tree

src/components/task-view/InlineEditorManager.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -237,14 +237,5 @@ export class InlineEditorManager extends Component {
237237
onunload() {
238238
// Clean up all active editors
239239
this.forceReleaseAllEditors();
240-
241-
// Log final stats for debugging
242-
if (
243-
this.plugin.settings &&
244-
"debugMode" in this.plugin.settings &&
245-
this.plugin.settings.debugMode
246-
) {
247-
console.log("InlineEditorManager final stats:", this.getStats());
248-
}
249240
}
250241
}

0 commit comments

Comments
 (0)