style: remove debug print statement from run_pa11y function

This commit is contained in:
Mark Eaton
2025-09-17 14:45:10 -04:00
committed by Mark Eaton (aider)
parent e0098733fd
commit 8c4303b31d
-1
View File
@@ -40,7 +40,6 @@ def run_pa11y(url: str) -> List[dict]:
return []
try:
print(type(result.stdout))
return json.loads(result.stdout)
except json.JSONDecodeError:
print(f"[WARN] Could not parse pa11y JSON output for {url}", file=sys.stderr)