mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 18:03:39 +01:00
Removed debug message
This commit is contained in:
parent
740bff5557
commit
ee9e4c4d47
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user