mirror of
https://github.com/wassname/jupyter_contrib_nbextensions.git
synced 2026-08-12 12:10:24 +08:00
Remove debug output
Forgot to remove
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user