Skip to content

Commit c402427

Browse files
author
Manny Jimenez
committed
removing comment
1 parent 1522061 commit c402427

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

firebase-appdistribution/src/main/java/com/google/firebase/appdistribution/FirebaseAppDistribution.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,6 @@ public UpdateTask updateIfNewReleaseAvailable() {
152152

153153
lifecycleNotifier
154154
.applyToForegroundActivityTask(this::showSignInConfirmationDialog)
155-
// TODO(rachelprince): Revisit this comment once changes to checkForNewRelease are reviewed
156-
// Even though checkForNewRelease() calls signInTester(), we explicitly call signInTester
157-
// here for code clarity, and because we plan to remove the signInTester() call
158-
// from checkForNewRelease() in the near future
159155
.onSuccessTask(unused -> signInTester())
160156
.onSuccessTask(unused -> checkForNewRelease())
161157
.continueWithTask(

0 commit comments

Comments
 (0)