Remove debug output

Forgot to remove
This commit is contained in:
Juergen Hasch
2014-08-21 17:53:16 +02:00
parent 47692c4b89
commit 93bbf2ce19
-1
View File
@@ -90,7 +90,6 @@ var pymd_extension = (function() {
var text = this.get_text();
var math = null;
if (text === "") { text = this.placeholder; }
console.log("text:",text);
text = execute_python(this,text);
var text_and_math = IPython.mathjaxutils.remove_math(text);
text = text_and_math[0];