Skip to content

Commit

Permalink
Removed the console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
yml committed Mar 6, 2013
1 parent 89aa78f commit 3008507
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion epiceditor/widgets.py
Expand Up @@ -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);
});
Expand Down

0 comments on commit 3008507

Please sign in to comment.