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; }