Skip to content

Commit b22a9f0

Browse files
committed
Uncomment debug logging
1 parent 540d084 commit b22a9f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jamf2snipe

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ def search_jamf_mobile(jamf_id):
370370
if response.status_code == 200:
371371
logging.debug("Got back a valid 200 response code.")
372372
jsonresponse = response.json()
373-
#logging.debug("Returning: {}".format(jsonresponse['mobile_device']))
373+
logging.debug("Returning: {}".format(jsonresponse['mobile_device']))
374374
return jsonresponse['mobile_device']
375375
elif b'policies.ratelimit.QuotaViolation' in response.content:
376376
logging.info('JAMFPro responded with error code: {} - Policy Ratelimit Quota Violation - when we tried to look up id: {} Waiting a bit to retry the lookup.'.format(response, jamf_id))

0 commit comments

Comments
 (0)