From: Coleman Watts Date: Sun, 12 Jul 2015 20:07:21 +0000 (-0400) Subject: Remove stray debug statement X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=0401dada363027bda85f3086fdbd32130b829337;p=civicrm-core.git Remove stray debug statement --- diff --git a/templates/CRM/Admin/Form/Preferences/Display.tpl b/templates/CRM/Admin/Form/Preferences/Display.tpl index 7ae0f08fb8..ff515f7ed5 100644 --- a/templates/CRM/Admin/Form/Preferences/Display.tpl +++ b/templates/CRM/Admin/Form/Preferences/Display.tpl @@ -237,7 +237,6 @@ }); function showCKEditorConfig() { - console.log($(this).val()); $('.crm-preferences-display-form-block-editor_id .crm-button').toggle($(this).val() == '2'); } $('select[name=editor_id]').each(showCKEditorConfig).change(showCKEditorConfig);