mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Removed debug message
This commit is contained in:
parent
918d086eed
commit
d4549782e5
@ -97,8 +97,6 @@ egw_json_request.prototype.sendRequest = function(_async, _callback, _sender)
|
||||
if (typeof _async != "undefined")
|
||||
is_async = _async;
|
||||
|
||||
window.console.log(this);
|
||||
|
||||
//Assemble the actual request object containing the json data string
|
||||
var request_obj = {
|
||||
"json_data": egw_json_encode(
|
||||
|
Loading…
Reference in New Issue
Block a user