Skip to content

Commit 4a8a96c

Browse files
committed
Remove unneccessary print
1 parent 5591394 commit 4a8a96c

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
@@ -23,7 +23,6 @@
2323
class GetMedication(APIView):
2424
def post(self, request):
2525
data = request.data
26-
print(data)
2726
state_query = data.get('state', '')
2827
include_result = []
2928
exclude_result = []

0 commit comments

Comments
 (0)