From: Moritz Bunkus Date: Wed, 15 May 2013 07:45:33 +0000 (+0200) Subject: Debugcode entfernen X-Git-Tag: release-3.2.0beta~467^2~152 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=0d40db7bd05016053a716a25af2fa92c2189bf57;p=kivitendo-erp.git Debugcode entfernen --- diff --git a/js/requirement_spec.js b/js/requirement_spec.js index cfd56ef30..ae79443e3 100644 --- a/js/requirement_spec.js +++ b/js/requirement_spec.js @@ -206,9 +206,9 @@ ns.standard_item_ajax_call = function(key, opt, other_data) { current_content_id: $('#current_content_id').val() }; - console.log("I would normally POST the following now:"); - console.log(data); - // $.post("controller.pl", $.extend(data, other_data || {}), kivi.eval_json_result); + // console.log("I would normally POST the following now:"); + // console.log(data); + $.post("controller.pl", $.extend(data, other_data || {}), kivi.eval_json_result); return true; };