Skip to content

Commit

Permalink
Removed temporary pdb
Browse files Browse the repository at this point in the history
  • Loading branch information
Shettland committed Dec 19, 2024
1 parent 3a7a8de commit db4c3b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/utils/samples.py
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,6 @@ def search_samples(sample_name, lab_name, sample_state, s_date, user):
)
sample_objs = sample_objs.filter(pk__in=state_ids)
if s_date != "":
import pdb; pdb.set_trace()
sample_objs = sample_objs.filter(sequencing_date=s_date)
if len(sample_objs) == 1:
sample_list.append(sample_objs[0].get_sample_id())
Expand Down

0 comments on commit db4c3b2

Please sign in to comment.