Skip to content

Commit

Permalink
remove accidental print (#3384)
Browse files Browse the repository at this point in the history
  • Loading branch information
balopat authored Oct 2, 2020
1 parent a95a2e3 commit d58423a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cirq/_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ def decorator(clazz: Type) -> Type:

def patched_new(cls, *args, **kwargs):
qualname = (clazz.__qualname__ if name is None else name)
print(f"HELLO {qualname}")
warnings.warn(
f'{qualname} was used but is deprecated.\n'
f'It will be removed in cirq {deadline}.\n'
Expand Down

0 comments on commit d58423a

Please sign in to comment.