Skip to content

Commit

Permalink
Update SwiftAmplitudeFlutterPlugin.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
Mercy811 committed Mar 6, 2024
1 parent 0a77390 commit 5fb7796
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ios/Classes/SwiftAmplitudeFlutterPlugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ import AmplitudeSwift
print("\(call.method) called but call.arguments type casting failed.")
return
}

guard let deviceId = args["setDeviceId"] as? String else {
amplitude?.logger?.warn(message: "setDeviceId type casting to String failed.")
return
Expand Down Expand Up @@ -396,7 +395,6 @@ import AmplitudeSwift
case apiKeyNotFound
case eventTypeNotFound
}

// swiftlint:enable cyclomatic_complexity
// swiftlint:enable function_body_length
}

0 comments on commit 5fb7796

Please sign in to comment.