remove console.log
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user