Skip to content

Commit d58423a

Browse files
authored
remove accidental print (#3384)
1 parent a95a2e3 commit d58423a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cirq/_compat.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ def decorator(clazz: Type) -> Type:
142142

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

0 commit comments

Comments
 (0)