diff --git a/RevenueCatUI/CustomerCenter/View+PresentCustomerCenter.swift b/RevenueCatUI/CustomerCenter/View+PresentCustomerCenter.swift index 69c060042c..4849dc5091 100644 --- a/RevenueCatUI/CustomerCenter/View+PresentCustomerCenter.swift +++ b/RevenueCatUI/CustomerCenter/View+PresentCustomerCenter.swift @@ -25,8 +25,6 @@ import SwiftUI #endif extension View { - /// Warning: This is currently in beta and subject to change. - /// /// Presents the ``CustomerCenter``. /// Example: /// ```swift diff --git a/Sources/CustomerCenter/CustomerCenterPresentationMode.swift b/Sources/CustomerCenter/CustomerCenterPresentationMode.swift index ee38af6210..5c4fa10704 100644 --- a/Sources/CustomerCenter/CustomerCenterPresentationMode.swift +++ b/Sources/CustomerCenter/CustomerCenterPresentationMode.swift @@ -13,8 +13,6 @@ import Foundation -/// Warning: This is currently in beta and subject to change. -/// /// Presentation options to use with the [presentCustomerCenter](x-source-tag://presentCustomerCenter) View modifiers. public enum CustomerCenterPresentationMode {