- trying to fix some logging

This commit is contained in:
Andy Rozman 2021-06-06 15:39:36 +01:00
parent cd8f486dc0
commit 86625601d6

View file

@ -578,7 +578,7 @@ class MedtronicHistoryData @Inject constructor(
val tbrRecords = pumpSyncStorage.getTBRs()
aapsLogger.debug(LTag.PUMP, String.format(Locale.ENGLISH, ProcessHistoryRecord.TBR.description + " List (before filter): %s, FromDb=%s", gson.toJson(entryList),
gson.toJson(tbrRecords)))
tbrRecords))
var processDTO: TempBasalProcessDTO? = null
val processList: MutableList<TempBasalProcessDTO> = mutableListOf()
for (treatment in entryList) {