We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a95a2e3 commit d58423aCopy full SHA for d58423a
cirq/_compat.py
@@ -142,7 +142,6 @@ def decorator(clazz: Type) -> Type:
142
143
def patched_new(cls, *args, **kwargs):
144
qualname = (clazz.__qualname__ if name is None else name)
145
- print(f"HELLO {qualname}")
146
warnings.warn(
147
f'{qualname} was used but is deprecated.\n'
148
f'It will be removed in cirq {deadline}.\n'
0 commit comments