Skip to content

Commit 87b9429

Browse files
authored
fix: remove debug mode (#12)
1 parent 9a7556d commit 87b9429

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/SegmentAppsFlyer/AppsFlyerDestination.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ public class AppsFlyerDestination: UIResponder, DestinationPlugin {
7777
AppsFlyerLib.shared().appleAppID = settings.appleAppID
7878

7979
AppsFlyerLib.shared().waitForATTUserAuthorization(timeoutInterval: 60) //OPTIONAL
80-
AppsFlyerLib.shared().isDebug = true //OPTIONAL
8180
AppsFlyerLib.shared().deepLinkDelegate = self //OPTIONAL
8281

8382
let trackAttributionData = settings.trackAttributionData

0 commit comments

Comments
 (0)