From 4111bd1a5cdd8a68f77c93a01838a9de4d8af750 Mon Sep 17 00:00:00 2001 From: Adam Caouette Date: Fri, 4 Mar 2022 15:02:56 -0500 Subject: [PATCH] CSR-319: clean up --- src/ux-components/list-card/list-card.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ux-components/list-card/list-card.vue b/src/ux-components/list-card/list-card.vue index f338ec800..29b6fc2ee 100644 --- a/src/ux-components/list-card/list-card.vue +++ b/src/ux-components/list-card/list-card.vue @@ -15,8 +15,6 @@ v-model="checkValue" @change="handleCheckChange(value)" /> - value: {{ value }} - checkValue: {{ checkValue }}