Files
music_library/backlog/tasks/ml-78 - Commented-out-code-in-error_json.ex.md
T
2026-04-20 10:02:25 +01:00

738 B

id, title, status, assignee, created_date, labels, dependencies, references, priority
id title status assignee created_date labels dependencies references priority
ML-78 Commented-out code in error_json.ex Done
2026-04-20 08:57
https://github.com/cloud8421/music_library/issues/97
low

Description

GitHub: created 2026-03-05 · updated 2026-03-06 · closed 2026-03-06

Priority: Low

Description

lib/music_library_web/controllers/error_json.ex:11-13 contains a commented-out function clause for 500 error rendering. Per project conventions, dead code should be removed.

Expected behavior

Either remove the commented-out code or restore it if needed.

Source

From technical debt audit (2026-03-05).