Skip to content

Commit

Permalink
remove code
Browse files Browse the repository at this point in the history
  • Loading branch information
FranAlarza committed Dec 23, 2024
1 parent bbd93d1 commit e46b5a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions AppliverySDK/API/AppliveryEndpoint.swift
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ extension AppliveryEndpoint: Endpoint {

if let authToken = GlobalConfig.shared.accessToken?.token {
headers["x-sdk-auth-token"] = authToken
} else {
logInfo("Token is empty")
}

return headers
Expand Down
1 change: 0 additions & 1 deletion AppliverySDK/Interactors/StartInteractor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ final class StartInteractor {
// MARK: Internal Methods

func start() {
try? keychain.remove(for: app.bundleId())
logInfo("Applivery is starting... ")
logInfo("SDK Version: \(GlobalConfig.shared.app.getSDKVersion())")
setupBindings()
Expand Down

0 comments on commit e46b5a9

Please sign in to comment.