Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 437b869

Browse files
committed
clean up no longer used code
1 parent bdc3d9b commit 437b869

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/firebase.ios.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -344,10 +344,6 @@ firebase.init = arg => {
344344
}
345345
}
346346

347-
// if (arg.crashlyticsCollectionEnabled && typeof (Crashlytics) !== "undefined") {
348-
// Fabric.with(NSArray.arrayWithObject(Crashlytics.class()));
349-
// }
350-
351347
if (typeof (FIRDatabase) !== "undefined") {
352348
if (arg.persist) {
353349
FIRDatabase.database().persistenceEnabled = true;

0 commit comments

Comments
 (0)