Skip to content

Commit 311b479

Browse files
committed
2 parents baa9ff5 + 90b7746 commit 311b479

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/components/MyWritingSwiper.tsx

-5
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,12 @@ const MyWritingSwiper = () => {
2424
setIsLoading(true);
2525

2626
const { data } = await getDaybookList();
27-
console.log("RES");
28-
console.log(data);
2927
setData(data);
3028

3129
setIsLoading(false);
3230
})();
3331
}, []);
3432

35-
console.log("====");
36-
console.log(data);
37-
3833
if (isLoading) return <LoadingSpinner />;
3934

4035
return (

0 commit comments

Comments
 (0)