Skip to content

Commit 5553238

Browse files
committed
fix remove debugging statement
1 parent c475a6b commit 5553238

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/scportrait/pipeline/selection.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,6 @@ def process(
304304

305305
self._setup_selection()
306306

307-
print("Here", flush=True)
308-
309307
start_time = timeit.default_timer()
310308
cell_ids = self._get_cell_ids(cell_sets)
311309
centers = self._get_centers(cell_ids)

0 commit comments

Comments
 (0)