mirror of
https://github.com/dnlbauer/obsidian-dataview-autocompletion.git
synced 2026-09-11 14:45:30 +00:00
remove unused code
This commit is contained in:
2
main.ts
2
main.ts
@@ -20,8 +20,6 @@ export default class MyPlugin extends Plugin {
|
|||||||
// register suggester
|
// register suggester
|
||||||
this.suggester = new DataviewSuggester(this);
|
this.suggester = new DataviewSuggester(this);
|
||||||
this.registerEditorSuggest(this.suggester);
|
this.registerEditorSuggest(this.suggester);
|
||||||
|
|
||||||
this.registerInterval(window.setInterval(() => console.log('setInterval'), 5 * 60 * 1000));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onunload() {
|
onunload() {
|
||||||
|
|||||||
Reference in New Issue
Block a user