diff --git a/main.ts b/main.ts index 955e987..c2351a9 100644 --- a/main.ts +++ b/main.ts @@ -20,8 +20,6 @@ export default class MyPlugin extends Plugin { // register suggester this.suggester = new DataviewSuggester(this); this.registerEditorSuggest(this.suggester); - - this.registerInterval(window.setInterval(() => console.log('setInterval'), 5 * 60 * 1000)); } onunload() {