Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
fix: デバッグよう表示消し忘れ
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Kizuku committed Aug 17, 2024
1 parent 4479cc6 commit 891cf94
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pages/shooter/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,6 @@ const Shooter = () => {
<img key={i} src={src} alt="コルクの残量を表示しています" />
))}
</div>
<p>{initialOrientation.alpha}</p>
<p>{initialOrientation.beta}</p>
<p>{initialOrientation.gamma}</p>
</div>
);
};
Expand Down

0 comments on commit 891cf94

Please sign in to comment.