diff options
Diffstat (limited to 'web-ui')
-rw-r--r-- | web-ui/app/js/mixins/with_mail_edit_base.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web-ui/app/js/mixins/with_mail_edit_base.js b/web-ui/app/js/mixins/with_mail_edit_base.js index fe73c03c..6f176eaa 100644 --- a/web-ui/app/js/mixins/with_mail_edit_base.js +++ b/web-ui/app/js/mixins/with_mail_edit_base.js @@ -69,7 +69,6 @@ define( } this.render = function(template, context) { - debugger; this.$node.html(template(context)); if(!context || _.isEmpty(context)){ |