Clean up debugging code

This commit is contained in:
Richard Bowman 2024-02-29 22:41:45 +00:00
parent fef53c1176
commit 2ac317307e

View file

@ -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