فهرست منبع

removed comment

Gildas 7 سال پیش
والد
کامیت
017a09b2a2
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      lib/lazy/web-lazy-loader-before.js

+ 0 - 1
lib/lazy/web-lazy-loader-before.js

@@ -31,7 +31,6 @@
 		const left = (boundingRect.left > 0 && boundingRect.left < screen.width) ? boundingRect.left : boundingRect.left > screen.width ? screen.width - quarterLeft : quarterLeft;
 		const bottom = top + boundingRect.height;
 		const right = left + boundingRect.width;
-		// console.log({ x: boundingRect.x, y: boundingRect.y, top, bottom, left, right, width: boundingRect.width, height: boundingRect.height });
 		return { x: boundingRect.x, y: boundingRect.y, top, bottom, left, right, width: boundingRect.width, height: boundingRect.height };
 	};
 	scrollBy(0, 1);