Skip to content

Commit 2aad3ea

Browse files
committed
Remove print statement from handle_response
1 parent 727fcd9 commit 2aad3ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

LDT.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,7 @@ def handle_response(response, requestID):
272272
log.info(f"{requestID}:\tResponse recieved in {response.elapsed.total_seconds():.3f} seconds.")
273273
apiReturn = response.json()
274274
staffID = apiReturn["staff_number"]
275-
276-
print(apiReturn)
275+
#print(apiReturn)
277276

278277
if args.respond: # Print output if asked
279278
text_back(apiReturn)

0 commit comments

Comments
 (0)