summaryrefslogtreecommitdiff
path: root/web-ui
diff options
context:
space:
mode:
authorDuda Dornelles <ddornell@thoughtworks.com>2014-10-08 16:59:24 +0200
committerDuda Dornelles <ddornell@thoughtworks.com>2014-10-08 16:59:24 +0200
commitf4b52ce31b9aa56a9aeac7b3198c49fea6c29369 (patch)
tree0c5560a4704ef1dc752238674de50f63ecd80046 /web-ui
parentf33b22f65a88410a75061f3e8e6d509296f4d69f (diff)
oopsie forgot debugger statement
Diffstat (limited to 'web-ui')
-rw-r--r--web-ui/app/js/mixins/with_mail_edit_base.js1
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)){