From 607326121b18a68383f5397e6e30915c19e2b0b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20St=C3=B6ckel?= Date: Fri, 11 Jun 2010 15:10:27 +0000 Subject: [PATCH] Removed debug message --- phpgwapi/js/egw_json.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/phpgwapi/js/egw_json.js b/phpgwapi/js/egw_json.js index bba5bf7808..647964a84a 100644 --- a/phpgwapi/js/egw_json.js +++ b/phpgwapi/js/egw_json.js @@ -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,