Code clean up

This commit is contained in:
swissalpine 2023-11-26 14:29:31 +01:00 committed by GitHub
parent b7dfa735c5
commit a35a5b8be0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,7 +72,6 @@ class LoopHubImpl @Inject constructor(
/** Returns the remaining carbs on board. */
override val carbsOnboard: Double?
// get() = overviewData.cobInfo(iobCobCalculator).displayText(rh, decimalFormatter) ?: rh.gs(app.aaps.core.ui.R.string.value_unavailable_short)
get() = overviewData.cobInfo(iobCobCalculator).displayCob
/** Returns true if the pump is connected. */