Skip to content

Commit

Permalink
fix: 디버깅용 코드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
리니_이경린 authored and lgrin-byte committed Feb 20, 2025
1 parent 2927ab6 commit ff9908d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/pages/LoadingPage/LoadingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,7 @@ const LoadingPage = () => {
borderRadius: "8px",
marginTop: "20px",
}}
>
<h3>🔍 디버깅용 데이터</h3>
<pre>{JSON.stringify(generateReviewData, null, 2)}</pre>
</div>
></div>

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

0 comments on commit ff9908d

Please sign in to comment.