remove unused console log

This commit is contained in:
Michael Peters 2024-08-03 15:15:20 -07:00
parent ae4b9d8e34
commit 8783c7a1a7

View File

@ -197,7 +197,6 @@ export default function runCanvas(canvas: HTMLCanvasElement) {
// kill cycling snakes
if (history.has(state)) {
console.log('cycle detected', { state, has: history.has(state) });
state.dead = true;
return;
}