debug: no debug

This commit is contained in:
Harsh Khandeparkar 2020-06-29 12:01:03 +05:30 committed by GitHub
parent 71084a5fe7
commit 0a0218118b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,6 @@ const fadeDuration = 500;
const fadeDelay = 0;
$(document).on('scroll DOMContentLoaded', () => {
console.log('ready or scroll')
$('.scroll-fade').each((i, elem) => {
const offset = $(elem).attr('data-fade-offset') || fadeOffset;
const duration = $(elem).attr('data-fade-duration') || fadeDuration;