diff --git a/FirebaseCore/Sources/FIRApp.m b/FirebaseCore/Sources/FIRApp.m index b3829c22b40..3f481ab5066 100644 --- a/FirebaseCore/Sources/FIRApp.m +++ b/FirebaseCore/Sources/FIRApp.m @@ -897,17 +897,6 @@ + (nullable NSNumber *)readDataCollectionSwitchFromPlist { return collectionEnabledPlistObject; } -#pragma mark - Sending Logs - -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wunused-parameter" -- (void)sendLogsWithServiceName:(NSString *)serviceName - version:(NSString *)version - error:(NSError *)error { - // Do nothing. Please remove calls to this method. -} -#pragma clang diagnostic pop - #pragma mark - App Life Cycle - (void)subscribeForAppDidBecomeActiveNotifications { diff --git a/FirebaseCore/Sources/Private/FIRAppInternal.h b/FirebaseCore/Sources/Private/FIRAppInternal.h index 183a25c6d4a..599a85fca66 100644 --- a/FirebaseCore/Sources/Private/FIRAppInternal.h +++ b/FirebaseCore/Sources/Private/FIRAppInternal.h @@ -144,15 +144,6 @@ extern NSString *const FIRAuthStateDidChangeInternalNotificationUIDKey; */ + (NSString *)firebaseUserAgent; -/** - * Used by each SDK to send logs about SDK configuration status to Clearcut. - * - * @note This API is a no-op, please remove calls to it. - */ -- (void)sendLogsWithServiceName:(NSString *)serviceName - version:(NSString *)version - error:(NSError *)error; - /** * Can be used by the unit tests in eack SDK to reset FIRApp. This method is thread unsafe. */