diff --git a/epiceditor/widgets.py b/epiceditor/widgets.py index bc9e68a..e1a7387 100644 --- a/epiceditor/widgets.py +++ b/epiceditor/widgets.py @@ -61,7 +61,6 @@ def render(self, name, value, attrs=None): %(textarea)s.hide(); // then be sure to populate the textarea editor.on('update', function (file) { - console.log("debug file.content : " + file.content) %(textarea)s.val(file.content); });