Remove debug print(req.scope) from get_docs route #31

Closed
opened 2026-02-20 06:53:59 +00:00 by cal · 1 comment
Owner

`app/main.py:56` — Prints full ASGI request scope to stdout on every `/api/docs` load. Debug code in production.

Priority: low

\`app/main.py:56\` — Prints full ASGI request scope to stdout on every \`/api/docs\` load. Debug code in production. **Priority**: low
cal added the
tech-debt
label 2026-02-20 06:53:59 +00:00
cal added the
ai-working
label 2026-03-03 04:35:33 +00:00
Author
Owner

Fixed in PR #32: #32

Removed the print(req.scope) debug statement from the get_docs route. Single-line change; the linter also auto-reformatted the file on save.

Fixed in PR #32: https://git.manticorum.com/cal/paper-dynasty-database/pulls/32 Removed the `print(req.scope)` debug statement from the `get_docs` route. Single-line change; the linter also auto-reformatted the file on save.
cal added
ai-pr-opened
and removed
ai-working
labels 2026-03-03 04:37:06 +00:00
cal closed this issue 2026-03-03 16:52:40 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cal/paper-dynasty-database#31
No description provided.