Skip to content

Commit c66af11

Browse files
removes print statement
1 parent 8b4a05d commit c66af11

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

swift-sdk/Internal/InternalIterableAPI.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,6 @@ final class InternalIterableAPI: NSObject, PushTrackerProtocol, AuthProvider {
577577
self.launchOptions = launchOptions
578578
self.config = config
579579
apiEndPoint = InternalIterableAPI.setApiEndpoint(apiEndPointOverride: apiEndPointOverride, config: config)
580-
print("api endpoint: " + apiEndPoint)
581580
self.dependencyContainer = dependencyContainer
582581
dateProvider = dependencyContainer.dateProvider
583582
networkSession = dependencyContainer.networkSession

0 commit comments

Comments
 (0)