Remove debug console.log() lines

This commit is contained in:
Patrik Kernstock
2025-09-26 02:13:22 +02:00
parent 9133b9899c
commit 8978a9ad79
4 changed files with 2 additions and 16 deletions
-1
View File
@@ -715,7 +715,6 @@ jQuery(function($){
$('.app_hide').off('change');
$('.app_hide').on('change', function (e) {
var value = $(this).is(':checked') ? '1' : '0';
console.log(value)
$(this).parent().children(':first-child').val(value);
})
}