Remove stray debug code.

This commit is contained in:
Matthias Mees 2014-04-29 13:29:08 +02:00
parent 2475f952df
commit d13cb056f0

View File

@ -1078,8 +1078,6 @@ $(function() {
} }
$('.change_preview').change(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')); serendipity.change_preview($(this).attr('id'), $(this).attr('data-configitem'));
}); });