diff --git a/templates/2k11/admin/serendipity_editor.js.tpl b/templates/2k11/admin/serendipity_editor.js.tpl index be9d772b..0d07d066 100644 --- a/templates/2k11/admin/serendipity_editor.js.tpl +++ b/templates/2k11/admin/serendipity_editor.js.tpl @@ -1078,8 +1078,6 @@ $(function() { } $('.change_preview').change(function() { - console.log('ID: ' + $(this).attr('id')); - console.log('CI: ' + $(this).attr('data-configitem')); serendipity.change_preview($(this).attr('id'), $(this).attr('data-configitem')); });