From 89f45d3d05ee9f6cc579f72ae91f7c8115bf7eb7 Mon Sep 17 00:00:00 2001 From: snipe Date: Sun, 5 Jun 2022 21:16:29 -0700 Subject: [PATCH] Removed extra console logs and unused variable Signed-off-by: snipe --- resources/views/partials/bootstrap-table.blade.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/resources/views/partials/bootstrap-table.blade.php b/resources/views/partials/bootstrap-table.blade.php index f2036db60b..9a63ca58bd 100644 --- a/resources/views/partials/bootstrap-table.blade.php +++ b/resources/views/partials/bootstrap-table.blade.php @@ -145,12 +145,6 @@ var buttonName = $(this).data('bulk-button-id'); - console.log('Something was unchecked'); - console.log($(this).bootstrapTable('getSelections').length); - console.log(buttonName); - - var formName = $(this).data('id'); - if ($(this).bootstrapTable('getSelections').length == 0) { $(buttonName).attr('disabled', 'disabled'); }