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 51569c5 commit 3ee9eb9Copy full SHA for 3ee9eb9
firebase-dataconnect/CHANGELOG.md
@@ -1,5 +1,6 @@
1
# Unreleased
2
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
3
+* [changed] Removed superfluous and noisy debug logging of operation variables.
4
5
6
# 16.0.3
firebase-dataconnect/src/main/kotlin/com/google/firebase/dataconnect/querymgr/LiveQuery.kt
@@ -59,7 +59,6 @@ internal class LiveQuery(
59
debug {
60
"created by ${parentLogger.nameWithId} with" +
61
" operationName=$operationName" +
62
- " variables=$variables" +
63
" key=$key" +
64
" grpcClient=${grpcClient.instanceId}"
65
}
0 commit comments