Skip to content

Commit ff9908d

Browse files
리니_이경린lgrin-byte
authored andcommitted
fix: 디버깅용 코드 삭제
1 parent 2927ab6 commit ff9908d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/pages/LoadingPage/LoadingPage.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,7 @@ const LoadingPage = () => {
4545
borderRadius: "8px",
4646
marginTop: "20px",
4747
}}
48-
>
49-
<h3>🔍 디버깅용 데이터</h3>
50-
<pre>{JSON.stringify(generateReviewData, null, 2)}</pre>
51-
</div>
48+
></div>
5249

5350
<div className={styles.Image}>
5451
<img src="/assets/img/img-loading.webp" alt="createReviewImg" />

0 commit comments

Comments
 (0)