CURA-5128 Change method name to be more clear.

Remove a line introduced by mistake in previous commit.
This commit is contained in:
Diego Prado Gesto 2018-03-23 17:21:09 +01:00
parent bc5881fe1d
commit 6dc416e180
3 changed files with 2 additions and 3 deletions

View file

@ -170,7 +170,6 @@ class MachineErrorChecker(QObject):
self._application.callLater(self._checkStack)
def _setResult(self, result: bool):
return
if result != self._has_errors:
self._has_errors = result
self.hasErrorUpdated.emit()