From d13cb056f0617dacf8a70189a3ab38528d0fdaac Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Tue, 29 Apr 2014 13:29:08 +0200 Subject: [PATCH] Remove stray debug code. --- templates/2k11/admin/serendipity_editor.js.tpl | 2 -- 1 file changed, 2 deletions(-) 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')); });