소스 검색

Remove console.log.

NaotoshiFujita 5 년 전
부모
커밋
8095a9633b
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  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 }` );