Skip to content

Commit ba25f72

Browse files
committed
Fix: console.log 삭제
1 parent db99170 commit ba25f72

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pages/link/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ const LinkPage = ({ linkList: initialLinkList, folderList }: LinkPageProps) => {
6161
const res = await proxy.get("/api/links", {
6262
params: { search },
6363
});
64-
console.log(res.data);
6564
setLinkCardList(res.data.list);
6665
};
6766
if (search !== undefined) fetchNewList();

0 commit comments

Comments
 (0)