removed console.log

This commit is contained in:
HB9HIL
2024-02-16 19:18:07 +01:00
parent 3972ac3e0a
commit c53e86ef80

View File

@@ -2105,7 +2105,6 @@ $(document).ready(function(){
create: false,
load: function(query, callback) {
var state = $("#input_state_edit option:selected").text();
console.log = (state);
if (!query || state == "") return callback();
$.ajax({