From cddeef84ba9f8da2771882596ead254d3855badc Mon Sep 17 00:00:00 2001 From: Philoul Date: Tue, 17 Oct 2023 18:18:03 +0200 Subject: [PATCH] Wear CWF Clean code --- wear/src/main/kotlin/app/aaps/wear/watchfaces/CustomWatchface.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/wear/src/main/kotlin/app/aaps/wear/watchfaces/CustomWatchface.kt b/wear/src/main/kotlin/app/aaps/wear/watchfaces/CustomWatchface.kt index bb3460e148..3a7a602544 100644 --- a/wear/src/main/kotlin/app/aaps/wear/watchfaces/CustomWatchface.kt +++ b/wear/src/main/kotlin/app/aaps/wear/watchfaces/CustomWatchface.kt @@ -886,7 +886,6 @@ class CustomWatchface : BaseWatchFace() { if ( key != DYNPREF.key) targetJson.putOpt(key, nextJson.opt(key)) } - aapsLogger.debug("XXXXX dynPref key json $key $targetJson") dynPref[key] = targetJson } }