From f0687661d05dfad9d9ff487b25e6c6dd04cc1302 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Tue, 12 Mar 2024 09:09:15 -0400 Subject: [PATCH] Remove console.log. --- src/layouts/insurance-company/insurance-company.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/layouts/insurance-company/insurance-company.vue b/src/layouts/insurance-company/insurance-company.vue index fba35927f..999ca41c1 100644 --- a/src/layouts/insurance-company/insurance-company.vue +++ b/src/layouts/insurance-company/insurance-company.vue @@ -104,8 +104,6 @@ export default { }); - console.log("searchableInsuranceCompanyList: ", searchableInsuranceCompanyList); - // Call the "next" function to complete the transition to this page. next((vm) => { vm.setCmsContent(resultMap.cmsContent);