Skip to content

Conversation

@maltehuebner
Copy link
Contributor

Summary

  • Remove var_dump($exceedance) left in production code
  • Remove redundant null check on $station (MapEntity already throws 404)

Problem

The limits page (/station/{stationCode}/limits) outputs raw var_dump data before the actual HTML response, breaking the page layout and exposing internal data structures.

Test plan

  • Visit a station limits page and verify clean HTML output

🤖 Generated with Claude Code

A var_dump($exceedance) was left in production code, outputting raw
debug data on the limits page. Also removes a redundant null check
on $station that MapEntity already handles via 404.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant