소스 검색

remove debugger

master
azri 1 주 전
부모
커밋
e827be5db4
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0
    2
      src/components/Navbar/Navbar.jsx

+ 0
- 2
src/components/Navbar/Navbar.jsx 파일 보기

@@ -248,8 +248,6 @@ const Navbar = () => {
248 248
 
249 249
     
250 250
     collection = collection.sort((a, b) => new Date(b.updatedAt) - new Date(a.updatedAt) )
251
-    console.log(collection)
252
-    debugger
253 251
 
254 252
     setDisplayCollection([])
255 253
     setTimeout(() => {

Loading…
취소
저장