From 6207c5fefda008a50bb042c772375937e832ca09 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Mon, 2 Mar 2026 22:36:40 -0600 Subject: [PATCH] episode: Fix: Remove debug print(req.scope) from paper-dynasty-database get_docs route --- episodes/2026-03-02.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/episodes/2026-03-02.md b/episodes/2026-03-02.md index 7c19bc50187..7e31330fd54 100644 --- a/episodes/2026-03-02.md +++ b/episodes/2026-03-02.md @@ -166,3 +166,7 @@ Work ## 19:36 - Fix: swallowed HTTPException in recalculate_standings — use sed to avoid linter reformatting - **Type:** fix - **Tags:** major-domo-database, fastapi, python, httpexception, linter, sed, standings + +## 22:36 - Fix: Remove debug print(req.scope) from paper-dynasty-database get_docs route +- **Type:** fix +- **Tags:** paper-dynasty, fastapi, python, debug-cleanup, tech-debt