Wear CWF Clean code

This commit is contained in:
Philoul 2023-10-17 18:18:03 +02:00
parent c0c651b5cb
commit cddeef84ba

View file

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