Skip to content

Commit 6d8c0aa

Browse files
committed
Revert "Don't output a bad session ID."
This reverts commit 84ee285.
1 parent 84ee285 commit 6d8c0aa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

analytics/integration_test/src/integration_test.cc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,7 @@ TEST_F(FirebaseAnalyticsTest, TestGetSessionID) {
137137

138138
EXPECT_TRUE(future.result() != nullptr);
139139
EXPECT_NE(*future.result(), static_cast<int64_t>(0L));
140-
if (future.result() != nullptr) {
141-
LogInfo("Got session ID: %" PRId64, *future.result());
142-
}
140+
LogInfo("Got session ID: %" PRId64, *future.result());
143141
}
144142

145143
TEST_F(FirebaseAnalyticsTest, TestSetConsent) {

0 commit comments

Comments
 (0)