removing some old logging in p5

This commit is contained in:
Matt Nish-Lapidus 2025-07-09 14:25:58 -04:00
parent fd10385809
commit 3684940335

View File

@ -68,7 +68,7 @@ export function p5 (commands) {
const new_state = command_to_state(prev_state, this_command)
all_states[turtle_id].push(new_state)
}
console.log(all_states)
const [r, g, b, _] = resolve_color(background_color)
if ((r + g + b)/3 > 128) set_turtle_color([0, 0, 0, 150])
const p5_calls = [...p5_call_root()]