Skip to content

Commit 8dd8f91

Browse files
committed
Remove a log line.
1 parent 39cf168 commit 8dd8f91

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

firebase-config/src/main/java/com/google/firebase/remoteconfig/internal/ConfigAutoFetch.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ private void handleNotifications(InputStream inputStream) throws IOException {
143143
if (partialConfigUpdateMessage.contains("}")) {
144144
// Strip beginning and ending of message. If there is not an open and closing bracket,
145145
// parseMessage will return an empty message.
146-
Log.d(TAG, currentConfigUpdateMessage);
147146
currentConfigUpdateMessage =
148147
parseAndValidateConfigUpdateMessage(currentConfigUpdateMessage);
149148
if (!currentConfigUpdateMessage.isEmpty()) {

0 commit comments

Comments
 (0)