Skip to content

Commit

Permalink
o print
Browse files Browse the repository at this point in the history
  • Loading branch information
jstasiak committed Jun 14, 2019
1 parent 470c12b commit 6006dfe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions injector/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,8 +458,6 @@ def provider_for(self, interface, to=None):
base_type = _punch_through_alias(interface)
origin = _get_origin(base_type)

print(interface, base_type, origin, to)

if interface is Any:
raise TypeError('Injecting Any is not supported')
elif _is_specialization(interface, ProviderOf):
Expand Down

0 comments on commit 6006dfe

Please sign in to comment.