mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 02:14:45 +01:00
Removed debug message
This commit is contained in:
parent
74bbdc1c05
commit
607326121b
@ -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