remove debug code

This commit is contained in:
Dylan Pizzo
2026-06-11 13:42:54 -04:00
parent 6ad0ffe1c5
commit afea1ce949
+2 -2
View File
@@ -127,7 +127,7 @@ export const GamePage = () => {
<Pico8Player consoleRef={picoRef} carts={game.carts} /> <Pico8Player consoleRef={picoRef} carts={game.carts} />
</div> </div>
</div> </div>
<div> {/* <div>
<input onChange={(x) => setText(x.target.value)} /> <input onChange={(x) => setText(x.target.value)} />
<button <button
onClick={() => { onClick={() => {
@@ -136,7 +136,7 @@ export const GamePage = () => {
> >
Send Send
</button> </button>
</div> </div> */}
{/* <div> {/* <div>
<p>This is a paragraph about this game. It is a cool game. And a cool website to play it on. It automagically connects from GitHub.</p> <p>This is a paragraph about this game. It is a cool game. And a cool website to play it on. It automagically connects from GitHub.</p>
</div> */} </div> */}