remove console.log

This commit is contained in:
vedatakd 2021-01-22 09:38:33 +03:00
parent 57ee0c8b2d
commit fe47aee911

View File

@ -83,7 +83,6 @@ $(document).ready(function () {
function selectedValue() {
return $('.cat-select').on('change', function () {
console.log(234234)
var value = $(this).val();
var all_category_box = $('.category-row').find('.category-box');
var level = parseInt($(this).attr('data-level')) + 1;