Skip to content

Commit 8673e6d

Browse files
jekopenatonihei
authored andcommitted
Removing label from toLogString.
1 parent 54c23e2 commit 8673e6d

File tree

1 file changed

+0
-3
lines changed
  • libraries/common/src/main/java/androidx/media3/common

1 file changed

+0
-3
lines changed

libraries/common/src/main/java/androidx/media3/common/Format.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1338,9 +1338,6 @@ public static String toLogString(@Nullable Format format) {
13381338
if (format.language != null) {
13391339
builder.append(", language=").append(format.language);
13401340
}
1341-
if (format.label != null) {
1342-
builder.append(", label=").append(format.label);
1343-
}
13441341
if (format.labels.size() > 0) {
13451342
builder.append(", labels=[");
13461343
Joiner.on(',').appendTo(builder, format.labels);

0 commit comments

Comments
 (0)