remove console.log

This commit is contained in:
franek
2015-07-23 21:11:28 +02:00
parent 0aba466e51
commit 506d8983cb

View File

@@ -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) {