From 75e4626d0283da131540bab7faff5065a88bef79 Mon Sep 17 00:00:00 2001 From: Andrea Alberti Date: Sun, 15 Sep 2024 11:02:56 +0200 Subject: [PATCH] ... --- src/main.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 9409b76..63bb0c9 100644 --- a/src/main.ts +++ b/src/main.ts @@ -57,7 +57,6 @@ export default class PluginsAnnotations extends Plugin { constructor(app:App, manifest:PluginManifest) { super(app, manifest); - // Set up debounced saving functions const timeout_debounced_saving_ms = 100; const { debouncedFct, waitFnc } = debounceFactoryWithWaitMechanism(