Skip to content

Commit 3ee9eb9

Browse files
authored
dataconnect: LiveQuery.kt: remove noisy logging of the variables (#7135)
1 parent 51569c5 commit 3ee9eb9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

firebase-dataconnect/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Unreleased
22
* [changed] **Breaking Change**: Updated minSdkVersion to API level 23 or higher.
3+
* [changed] Removed superfluous and noisy debug logging of operation variables.
34

45

56
# 16.0.3

firebase-dataconnect/src/main/kotlin/com/google/firebase/dataconnect/querymgr/LiveQuery.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ internal class LiveQuery(
5959
debug {
6060
"created by ${parentLogger.nameWithId} with" +
6161
" operationName=$operationName" +
62-
" variables=$variables" +
6362
" key=$key" +
6463
" grpcClient=${grpcClient.instanceId}"
6564
}

0 commit comments

Comments
 (0)