From f907b42f0a548ab7416deed50b5de96b379d5887 Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 29 Mar 2016 19:02:59 +1100 Subject: [PATCH] oops --- .../javascripts/discourse/components/preference-checkbox.js.es6 | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/javascripts/discourse/components/preference-checkbox.js.es6 b/app/assets/javascripts/discourse/components/preference-checkbox.js.es6 index 0ec786b534d..6b762409513 100644 --- a/app/assets/javascripts/discourse/components/preference-checkbox.js.es6 +++ b/app/assets/javascripts/discourse/components/preference-checkbox.js.es6 @@ -9,7 +9,6 @@ export default Em.Component.extend({ const warning = this.get('warning'); if (warning && !this.get('checked')) { - debugger; this.sendAction('warning'); return false; }