We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39cf168 commit 8dd8f91Copy full SHA for 8dd8f91
firebase-config/src/main/java/com/google/firebase/remoteconfig/internal/ConfigAutoFetch.java
@@ -143,7 +143,6 @@ private void handleNotifications(InputStream inputStream) throws IOException {
143
if (partialConfigUpdateMessage.contains("}")) {
144
// Strip beginning and ending of message. If there is not an open and closing bracket,
145
// parseMessage will return an empty message.
146
- Log.d(TAG, currentConfigUpdateMessage);
147
currentConfigUpdateMessage =
148
parseAndValidateConfigUpdateMessage(currentConfigUpdateMessage);
149
if (!currentConfigUpdateMessage.isEmpty()) {
0 commit comments