Skip to content

Commit 06835c5

Browse files
committed
fix remove unnecessary print statement
1 parent 94d4f77 commit 06835c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/scportrait/pipeline/selection.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,6 @@ def process(
316316
start_time = timeit.default_timer()
317317
cell_ids = self._get_cell_ids(cell_sets)
318318
centers = self._get_centers(cell_ids)
319-
print("Here", flush=True)
320319
coord_index = self._get_coords(
321320
cell_ids=cell_ids, centers=centers, width=self.cell_radius, batch_size=self.batch_size, threads=self.threads
322321
)

0 commit comments

Comments
 (0)