diff --git a/pytest_insta/format.py b/pytest_insta/format.py index 27168bb..cde829b 100644 --- a/pytest_insta/format.py +++ b/pytest_insta/format.py @@ -34,7 +34,6 @@ def from_spec(cls, spec: str) -> Tuple[Optional[str], Optional["Fmt[Any]"]]: ] ), ]: - print(name, key) if format_cls := cls.registry.get(key): return name, format_cls() return None, None