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