Merge pull request #956 from 0pen-dash/avereha/log
remove log on constructor
This commit is contained in:
commit
ecf0a779c0
|
@ -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