From 2ac317307e38182951a47117d80c997b28e24064 Mon Sep 17 00:00:00 2001 From: Richard Bowman Date: Thu, 29 Feb 2024 22:41:45 +0000 Subject: [PATCH] Clean up debugging code --- webapp/src/components/appContent.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/webapp/src/components/appContent.vue b/webapp/src/components/appContent.vue index 05d673b9..fbc0e169 100644 --- a/webapp/src/components/appContent.vue +++ b/webapp/src/components/appContent.vue @@ -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