feat: 기능 개선

🕐 커밋 시간: 2025. 08. 07. 15:58:47

💬 사용자 메시지:
  IntroPanel.new 디버그 메시지 제거

📊 변경 통계:
  • 총 파일: 1개

📝 수정된 파일:
  ~ com.twin.app.shoptime/src/views/IntroPanel/IntroPanel.new.jsx
This commit is contained in:
djaco
2025-08-07 15:58:48 +09:00
parent 4dd89b927e
commit 23a12b3b32

View File

@@ -1000,10 +1000,10 @@ function IntroPanelWithOptional({
</div>
{/* --- DEBUG INFO [START] --- */}
<div className={css.debugInfo}>
{/* <div className={css.debugInfo}>
<div>WebOS: {webOSVersion}</div>
<div>Mode: {uiMode}</div>
</div>
</div> */}
{/* --- DEBUG INFO [END] --- */}
</Container>
</TPanel>