mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
removed console.log
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user