summaryrefslogtreecommitdiff
path: root/decoders/mlx90614
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/mlx90614')
-rw-r--r--decoders/mlx90614/pd.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/decoders/mlx90614/pd.py b/decoders/mlx90614/pd.py
index edc770d..eeb2743 100644
--- a/decoders/mlx90614/pd.py
+++ b/decoders/mlx90614/pd.py
@@ -73,6 +73,4 @@ class Decoder(srd.Decoder):
self.putx([1, ['Temperature: %3.2f K' % kelvin]])
self.state = 'IGNORE START REPEAT'
self.data = []
- else:
- raise Exception('Invalid state: %s' % self.state)