Skip to content

Commit 88cda26

Browse files
authored
Remote the debugging log message as that does not serve any information to the developer or us. (#2508)
1 parent 7c8ed10 commit 88cda26

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/config/ConfigResolver.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ public Boolean getIsPerformanceCollectionEnabled() {
154154
}
155155

156156
// 4. Return null. Because Firebase Performance will read high-level Firebase flag in this case.
157-
logger.debug("CollectionEnabled metadata key unknown or value not found in manifest.");
158157
return null;
159158
}
160159

0 commit comments

Comments
 (0)