diff options
author | Duda Dornelles <ddornell@thoughtworks.com> | 2014-10-08 16:59:24 +0200 |
---|---|---|
committer | Duda Dornelles <ddornell@thoughtworks.com> | 2014-10-08 16:59:24 +0200 |
commit | f4b52ce31b9aa56a9aeac7b3198c49fea6c29369 (patch) | |
tree | 0c5560a4704ef1dc752238674de50f63ecd80046 | |
parent | f33b22f65a88410a75061f3e8e6d509296f4d69f (diff) |
oopsie forgot debugger statement
-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)){ |