Skip to content

Commit

Permalink
fix: remove leftover print
Browse files Browse the repository at this point in the history
  • Loading branch information
vberlier committed Feb 25, 2021
1 parent 6e2f1b6 commit 0f20dd2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pytest_insta/format.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f20dd2

Please sign in to comment.