version 0.3.8

This commit is contained in:
Yegor Vialov
2018-11-06 21:12:24 +02:00
parent efd06ca547
commit 0e3474bbcb
5 changed files with 6 additions and 11 deletions

View File

@ -39,7 +39,6 @@ class _CoverControlWidgetState extends State<CoverControlWidget> {
Widget build(BuildContext context) {
final entityModel = EntityModel.of(context);
final CoverEntity entity = entityModel.entity;
TheLogger.debug("${entity.state}");
if (_changedHere) {
_changedHere = false;
} else {