Commit 20f132f9 by Dányi Bence

webui: debug messages removed

parent 97b47014
...@@ -72,9 +72,7 @@ ...@@ -72,9 +72,7 @@
return function(e){ return function(e){
var self=this; var self=this;
clearTimeout(timer); clearTimeout(timer);
console.log('asdasdasdasd');
timer=setTimeout(function(){ timer=setTimeout(function(){
console.log('asd');
var s = $(self).val(); var s = $(self).val();
$.ajax({ $.ajax({
'type': 'GET', 'type': 'GET',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment