petits changements

This commit is contained in:
2026-02-24 21:55:09 -05:00
parent 3524862184
commit 978181b27d
4 changed files with 6 additions and 8 deletions

View File

@@ -614,7 +614,6 @@ export default class DateCalcPlugin extends Plugin {
this.settings = Object.assign({}, DEFAULT_SETTINGS, await this.loadData());
if (this.settings.debug) console.log("[date-calc] loaded");
new Notice("Date Calc loaded (Live Preview + Reading)");
// Register Live Preview editor extension
this.registerEditorExtension(dateCalcLivePreview(this.app, () => this.settings));