Removed debug message

This commit is contained in:
Andreas Stöckel 2010-06-11 15:10:39 +00:00
parent 740bff5557
commit ee9e4c4d47

View File

@ -178,8 +178,6 @@ egw_json_request.prototype.sendRequest = function(_async, _callback, _sender)
})
}
console.log(request_obj);
//Send the request via the jquery AJAX interface to the server
$.ajax({url: this.url + '?menuaction=' + this.menuaction,
async: is_async,