Clean up debugging code
This commit is contained in:
parent
fef53c1176
commit
2ac317307e
1 changed files with 1 additions and 4 deletions
|
|
@ -286,10 +286,7 @@ export default {
|
||||||
this.currentTab = newId;
|
this.currentTab = newId;
|
||||||
},
|
},
|
||||||
startModals: function() {
|
startModals: function() {
|
||||||
console.log(this.$refs);
|
this.$refs.calibrationModal.show();
|
||||||
let modal = this.$refs.calibrationModal;
|
|
||||||
console.log("modal", modal);
|
|
||||||
modal.show();
|
|
||||||
},
|
},
|
||||||
enterApp: function() {
|
enterApp: function() {
|
||||||
// Stuff to do once connected and all init modals are finished
|
// Stuff to do once connected and all init modals are finished
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue