diff --git a/README.md b/README.md index 305a7fc..71a58a9 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,6 @@ This is meant as a **starting point**. Review and tighten the resulting policy b ## Requirements - Python 3.10+ -- Poetry - Playwright's Chromium browser binaries (auto-installed by this tool if missing) ## Install diff --git a/src/cspresso/crawl.py b/src/cspresso/crawl.py index 6f9c8bc..0b74b99 100644 --- a/src/cspresso/crawl.py +++ b/src/cspresso/crawl.py @@ -403,7 +403,6 @@ async def crawl_and_generate_csp( directives.setdefault("connect-src", set()).add(o) except Exception: - # If you want to debug failures, print(traceback.format_exc()) return def on_response(resp):