Skip to content

Commit 2239eb0

Browse files
authored
Remove debug printouts from the test (#7202)
1 parent 8a3d1ef commit 2239eb0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dev_tools/notebooks/isolated_notebook_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,6 @@ def test_ensure_unreleased_notebooks_install_cirq_pre(notebook_path):
228228
]
229229

230230
for m in mandatory_matches:
231-
print(m)
232-
print(re.search(m, content))
233231
assert re.search(m, content), (
234232
f"{notebook_path} is marked as NOTEBOOKS_DEPENDING_ON_UNRELEASED_FEATURES, "
235233
f"however it contains no line matching:\n{m}"

0 commit comments

Comments
 (0)