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;
|
||||
},
|
||||
startModals: function() {
|
||||
console.log(this.$refs);
|
||||
let modal = this.$refs.calibrationModal;
|
||||
console.log("modal", modal);
|
||||
modal.show();
|
||||
this.$refs.calibrationModal.show();
|
||||
},
|
||||
enterApp: function() {
|
||||
// Stuff to do once connected and all init modals are finished
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue