remove log on constructor

This commit is contained in:
Andrei Vereha 2021-11-20 10:21:26 +01:00
parent 709b2c7e3c
commit 22a36b5d22

View file

@ -688,7 +688,6 @@ class OmnipodDashPodStateManagerImpl @Inject constructor(
logger.error(LTag.PUMP, "Failed to deserialize Pod state", ex)
}
}
logger.debug(LTag.PUMP, "Creating new Pod state")
return PodState()
}