mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
remove console.log
This commit is contained in:
parent
57ee0c8b2d
commit
fe47aee911
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user