Parent
#1
What to build
Remove debug console.log calls from hot paths (per-frame, per-shot, per-spawn code) and add an ESLint no-console rule (warn level, explicit allowlist for console.warn/console.error) so they cannot silently return.
Acceptance criteria
Blocked by
None - can start immediately
Parent
#1
What to build
Remove debug
console.logcalls from hot paths (per-frame, per-shot, per-spawn code) and add an ESLintno-consolerule (warn level, explicit allowlist forconsole.warn/console.error) so they cannot silently return.Acceptance criteria
console.login entity update/fire paths, collision loop, wave spawn loop, or manager constructorsconsole.logusage insrc/npm run lintpassesBlocked by
None - can start immediately