Skip to content

Commit 913db4b

Browse files
committed
Revert "Test new API shows in report"
This reverts commit 1e357cc.
1 parent 1e357cc commit 913db4b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

FirebaseStorage/Sources/Storage.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@ import FirebaseCore
3939
@objc(FIRStorage) open class Storage: NSObject {
4040
// MARK: - Public APIs
4141

42-
// TODO: Revert this change after testing
43-
@objc open func fakeNewPublicAPI() -> String {
44-
return "Hello, fake API!"
45-
}
46-
4742
/// The default `Storage` instance.
4843
/// - Returns: An instance of `Storage`, configured with the default `FirebaseApp`.
4944
@objc(storage) open class func storage() -> Storage {

0 commit comments

Comments
 (0)