Skip to content

Commit 9f418e9

Browse files
Update microsetta_private_api/repo/sample_repo.py
1 parent 5bab56a commit 9f418e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

microsetta_private_api/repo/sample_repo.py

-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ def _update_sample_association(self, sample_id, source_id,
110110
# we can skip the lock checks
111111
if existing_sample.source_id is not None \
112112
and existing_sample.remove_locked and not override_locked:
113-
print("raise repo exception", existing_sample.source_id)
114113
raise RepoException(
115114
"Sample association locked: Sample already received")
116115

0 commit comments

Comments
 (0)