Skip to content

Commit

Permalink
rm stray print (#12786)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz committed Apr 18, 2024
1 parent 4f25408 commit fe133e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/prefect/utilities/dispatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ def lookup_type(cls: T, dispatch_key: str) -> T:

# Look up this type in the registry
subcls = registry.get(dispatch_key)
print(registry, dispatch_key, subcls)

if subcls is None:
raise KeyError(
Expand Down

0 comments on commit fe133e1

Please sign in to comment.