Skip to content

Commit b6dcff2

Browse files
committed
Remove old set
1 parent 2ca6ba1 commit b6dcff2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

firebase-perf/src/main/java/com/google/firebase/perf/session/PerfSession.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ public static com.google.firebase.perf.v1.PerfSession[] buildAndSort(
133133

134134
// TODO(b/394127311): Added as part of legacy sessions. Remove this in a future release.
135135
if (!foundVerboseSession) {
136-
perfSessions[0] = perfSessionAtIndexZero;
137136
if (isLegacy(perfSessionAtIndexZero.getSessionId()) && sessions.size() > 1) {
138137
// Swaps the first session ID that's a legacy session ID with the second in the list.
139138
perfSessions[0] = perfSessions[1];

0 commit comments

Comments
 (0)