remove debug

This commit is contained in:
Milos Kozak 2022-06-09 20:08:42 +02:00
parent 17bbcf0e3e
commit 690b851511

View file

@ -83,7 +83,6 @@ class GraphData(
maxY = max(maxY, defaultValueHelper.determineHighLine())
val scale = defaultValueHelper.determineLowLine() / maxY / 1.2
overviewData.basalScale.multiplier = maxY * scale / maxBasalValue
aapsLogger.debug("XXXXXX maxY:$maxY maxBasalValueFound:${maxBasalValue} multiplier:${overviewData.basalScale.multiplier}")
}
fun addTargetLine() {