mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-17 02:41:02 +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")
|
if (typeof _async != "undefined")
|
||||||
is_async = _async;
|
is_async = _async;
|
||||||
|
|
||||||
window.console.log(this);
|
|
||||||
|
|
||||||
//Assemble the actual request object containing the json data string
|
//Assemble the actual request object containing the json data string
|
||||||
var request_obj = {
|
var request_obj = {
|
||||||
"json_data": egw_json_encode(
|
"json_data": egw_json_encode(
|
||||||
|
Loading…
Reference in New Issue
Block a user