Skip to content

Commit 3db4409

Browse files
committed
Remove unneccessary print
1 parent 4a8a96c commit 3db4409

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/api/views/listMeds/views.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ def post(self, request):
4444

4545
priorMeds = data.get('priorMedications', "").split(',')
4646
exclude_result.extend([med.strip() for med in priorMeds if med.strip()])
47-
print(exclude_result)
4847
included_set = set(include_result)
4948
excluded_set = set(exclude_result)
5049

0 commit comments

Comments
 (0)