From 0d40db7bd05016053a716a25af2fa92c2189bf57 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 15 May 2013 09:45:33 +0200 Subject: [PATCH] Debugcode entfernen --- js/requirement_spec.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; }; -- 2.20.1