Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
BIG-RAT committed Dec 7, 2022
1 parent 299272f commit 829786d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ReEnroller/JamfPro.swift
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ class JamfPro: NSObject, URLSessionDelegate {
token.sourceExpires = "\(endpointJSON["expires"] ?? "")"
// print("\n[JamfPro] token for \(serverUrl): \(token.sourceServer)")

// if LogLevel.debug { WriteToLog().message(stringOfText: "[JamfPro.getToken] Retrieved token: \(token)") }
// print("[JamfPro] result of token request: \(endpointJSON)")
WriteToLog().message(theMessage: "[JamfPro.getToken] new token created.")
if JamfProServer.authType == "Bearer" {
Expand Down

0 comments on commit 829786d

Please sign in to comment.