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 } }