diff --git a/www/js/beauty.js b/www/js/beauty.js index 821bd49..4dc3ad9 100644 --- a/www/js/beauty.js +++ b/www/js/beauty.js @@ -42,7 +42,6 @@ if ($('#image_site').get(0)) { dataType: 'json', data: newParas }).done(function(data) { - console.log(data); if (typeof(data.imgs) != 'undefined' && data.imgs.length > 0) { _slidesOfNextPage = data.imgs; }else if (typeof(data.videos) != 'undefined' && data.videos.length > 0) {