Removed extra console logs and unused variable

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-06-05 21:16:29 -07:00
parent e83a062eda
commit 89f45d3d05

View file

@ -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');
}