From: Aleksander Ɓukasz Date: Fri, 15 Nov 2013 09:39:01 +0000 (+0100) Subject: Remove debugging code X-Git-Url: https://git.mdrn.pl/edumed.git/commitdiff_plain/0cc5f179bae5cb1df6f18cf1397ad56b6504b060 Remove debugging code Also: fixes behavior for older IE versions where console is undefined --- diff --git a/wtem/static/wtem/wtem.js b/wtem/static/wtem/wtem.js index 7afbe0a..fe04ba6 100644 --- a/wtem/static/wtem/wtem.js +++ b/wtem/static/wtem/wtem.js @@ -17,7 +17,6 @@ $(function() { } } }); - console.log(JSON.stringify(to_submit)); $('input[name=answers]').val(JSON.stringify(to_submit)); });