Fix some commented out lines

This commit is contained in:
Julian Stirling 2026-02-15 16:50:09 +00:00
parent d6b7e41698
commit 591df646c0
2 changed files with 1 additions and 2 deletions

View file

@ -154,7 +154,7 @@ export default {
await this.startMoveTask();
},
async startMoveTask() {
//this.moveLock = true;
this.moveLock = true;
await this.$refs.moveButton.startTask();
},
moveComplete() {

View file

@ -202,7 +202,6 @@ export default {
}
},
async readSettings() {
//this.workflowOptions = await this.readThingProperty("smart_scan", "workflow_display_names", true) || {};
this.workflowName = await this.readThingProperty("smart_scan", "workflow_name");