From c362765afc5fca77e1a2b16bf5e4c357c024d236 Mon Sep 17 00:00:00 2001 From: Horilla Date: Wed, 15 Nov 2023 10:29:26 +0530 Subject: [PATCH] [RMV] HORILLA WIDGETS: Remove console.log() debug lines --- .../templates/horilla_widgets/multiselect_components/table.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/horilla_widgets/templates/horilla_widgets/multiselect_components/table.html b/horilla_widgets/templates/horilla_widgets/multiselect_components/table.html index ad25c43b6..adc414b60 100644 --- a/horilla_widgets/templates/horilla_widgets/multiselect_components/table.html +++ b/horilla_widgets/templates/horilla_widgets/multiselect_components/table.html @@ -140,8 +140,6 @@ }); var selectedCount = selectedRows.length; $(".selected-count").html(selectedCount); - console.log(ids); - console.log(instanceData); $("#{{self.attrs.id}}").val(ids); $("#{{self.attrs.id}}").change();