diff --git a/check_wcag_unique.py b/check_wcag_unique.py index c3a8360..507d310 100644 --- a/check_wcag_unique.py +++ b/check_wcag_unique.py @@ -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)