Skip to content

Commit 51c9326

Browse files
committed
chore: clean log
1 parent 4a08297 commit 51c9326

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/java/to/bitkit/fcm/WakeNodeWorker.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ class WakeNodeWorker @AssistedInject constructor(
6767
runCatching { json.parseToJsonElement(it).jsonObject }.getOrNull()
6868
}
6969

70-
Logger.debug("$TAG notification type: $notificationType", context = TAG)
71-
Logger.debug("$TAG notification payload: $notificationPayload", context = TAG)
70+
Logger.debug("notification type: $notificationType", context = TAG)
71+
Logger.debug("notification payload: $notificationPayload", context = TAG)
7272

7373
try {
7474
withPerformanceLogging {

0 commit comments

Comments
 (0)