Web: Remove unused function

This commit is contained in:
Francesco Siddi 2022-07-22 17:00:35 +02:00
parent 43e75f6576
commit 43c1df99df

View File

@ -463,7 +463,6 @@ export default {
}, },
}, },
created() { created() {
this.checkSharedStoragePath = debounce(this.checkSharedStoragePath, 200)
this.checkBlenderExePath = debounce(this.checkBlenderExePath, 200) this.checkBlenderExePath = debounce(this.checkBlenderExePath, 200)
} }
} }