Skip to content

Commit b27fe58

Browse files
ayobicassidysymons
andauthored
remove print
Co-authored-by: Cassidy Symons <[email protected]>
1 parent 5c25ed5 commit b27fe58

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

microsetta_private_api/repo/sample_repo.py

-3
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,6 @@ def _update_sample_association(self, sample_id, source_id,
106106
override_locked=False):
107107
with self._transaction.cursor() as cur:
108108
existing_sample = self._get_sample_by_id(sample_id)
109-
print("existing sample", dir(existing_sample))
110-
print("existing samples source id", existing_sample.source_id)
111-
print("source id", source_id)
112109
# if the sample is not associated with a source, then
113110
# we can skip the lock checks
114111
if existing_sample.source_id is not None \

0 commit comments

Comments
 (0)