Skip to content

Commit

Permalink
Don't print add_blank
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Kong committed Oct 18, 2024
1 parent 4db71a3 commit a046bc3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/fov_watcher_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,6 @@ def test_watcher(
add_blank,
temp_bin,
):
if add_blank:
print("Add blank is True, testing")
try:
with tempfile.TemporaryDirectory() as tmpdir:
tiff_out_dir = os.path.join(tmpdir, "cb_0", RUN_DIR_NAME)
Expand Down

0 comments on commit a046bc3

Please sign in to comment.