remove log on constructor
This commit is contained in:
parent
709b2c7e3c
commit
22a36b5d22
|
@ -688,7 +688,6 @@ class OmnipodDashPodStateManagerImpl @Inject constructor(
|
||||||
logger.error(LTag.PUMP, "Failed to deserialize Pod state", ex)
|
logger.error(LTag.PUMP, "Failed to deserialize Pod state", ex)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
logger.debug(LTag.PUMP, "Creating new Pod state")
|
|
||||||
return PodState()
|
return PodState()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue