Remove old print statement
This commit is contained in:
parent
471a89cc72
commit
55305a67f4
1 changed files with 0 additions and 4 deletions
|
|
@ -128,10 +128,6 @@ export default {
|
|||
let response = await axios.get(this.cameraUri); // Get the thing description
|
||||
let td = response.data;
|
||||
this.actions = td.actions;
|
||||
console.log(
|
||||
"full auto calibrate in actions",
|
||||
"full_auto_calibrate" in this.actions
|
||||
);
|
||||
} catch (error) {
|
||||
this.modalError(error); // Let mixin handle error
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue