Browse Source

Remove console.log.

NaotoshiFujita 5 năm trước cách đây
mục cha
commit
8095a9633b
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      src/js/components/elements/index.js

+ 0 - 3
src/js/components/elements/index.js

@@ -77,9 +77,6 @@ export default ( Splide ) => {
 				next: find( arrows, `.${ classes.next }` ),
 			};
 
-			console.log( arrows );
-			console.log( this.arrows );
-
 			const autoplay = findParts( classes.autoplay );
 			this.bar   = find( findParts( classes.progress ), `.${ classes.bar }` );
 			this.play  = find( autoplay, `.${ classes.play }` );