We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0595ae8 commit c5f840bCopy full SHA for c5f840b
2 files changed
src/components/task-view/InlineEditorManager.ts
@@ -237,14 +237,5 @@ export class InlineEditorManager extends Component {
237
onunload() {
238
// Clean up all active editors
239
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
- }
249
}
250
0 commit comments