Skip to content

Commit 2d4fd68

Browse files
committed
Remove temporary test code.
1 parent 55c698b commit 2d4fd68

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Firestore/Example/Tests/Util/FSTIntegrationTestCase.mm

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -198,12 +198,6 @@ + (void)setUpDefaults {
198198
// SSL certs.
199199
NSString *project = [[NSProcessInfo processInfo] environment][@"PROJECT_ID"];
200200
NSString *targetBackend = [[NSProcessInfo processInfo] environment][@"TARGET_BACKEND"];
201-
202-
// Forcing use of nightly.
203-
// TODO(types/ehsann): remove this before merging into main.
204-
targetBackend = @"nightly";
205-
project = @"firestore-sdk-nightly";
206-
207201
NSString *host;
208202
if (targetBackend) {
209203
if ([targetBackend isEqualToString:@"emulator"]) {

0 commit comments

Comments
 (0)