Skip to content

Commit 9887b1a

Browse files
author
리니_이경린
committed
fix: 디버깅용 코드 삭제
1 parent c055855 commit 9887b1a

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/pages/LoadingPage/LoadingPage.tsx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,6 @@ const LoadingPage = () => {
3838
최대 30초까지 소요될 수 있어요
3939
</Text>
4040
</div>
41-
<div
42-
style={{
43-
padding: "20px",
44-
backgroundColor: "#f8f9fa",
45-
borderRadius: "8px",
46-
marginTop: "20px",
47-
}}
48-
>
49-
<h3>🔍 디버깅용 데이터</h3>
50-
<pre>{JSON.stringify(generateReviewData, null, 2)}</pre>
51-
</div>
52-
5341
<div className={styles.Image}>
5442
<img src="/assets/img/img-loading.webp" alt="createReviewImg" />
5543
</div>

0 commit comments

Comments
 (0)