From 506d8983cb375663a96fb1f07bcd6c8795ea0d0a Mon Sep 17 00:00:00 2001 From: franek Date: Thu, 23 Jul 2015 21:11:28 +0200 Subject: [PATCH] remove console.log --- sigal/themes/photoswipe/templates/index.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sigal/themes/photoswipe/templates/index.html b/sigal/themes/photoswipe/templates/index.html index 4161252..daae769 100644 --- a/sigal/themes/photoswipe/templates/index.html +++ b/sigal/themes/photoswipe/templates/index.html @@ -190,10 +190,7 @@ echo.init({ offset: 100, throttle: 250, - unload: false, - callback: function (element, op) { - console.log(element, 'has been', op + 'ed') - } + unload: false }); var initPhotoSwipeFromDOM = function(gallerySelector) {