From c329146e0efefe6498d0518502b265bd2dc244ac Mon Sep 17 00:00:00 2001 From: Noa Kogonia Date: Tue, 20 Feb 2024 17:18:37 +0200 Subject: [PATCH] rm dup --- src/ios/AppsFlyerPlugin.m | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ios/AppsFlyerPlugin.m b/src/ios/AppsFlyerPlugin.m index fe98f390..58f910dd 100755 --- a/src/ios/AppsFlyerPlugin.m +++ b/src/ios/AppsFlyerPlugin.m @@ -110,9 +110,6 @@ - (void)initSdk:(CDVInvokedUrlCommand*)command } } #endif - - NSDictionary* initSdkOptions = [command argumentAtIndex:0 withDefault:[NSNull null]]; - if (![initSdkOptions isKindOfClass:[NSNull class]]) { id isConversionDataValue = nil;