diff --git a/src/fenrirscreenreader/commands/onPlugInputDevice/50000-plugSound.py b/src/fenrirscreenreader/commands/onPlugInputDevice/50000-plugSound.py index 3ac6b82d..d01fd39f 100755 --- a/src/fenrirscreenreader/commands/onPlugInputDevice/50000-plugSound.py +++ b/src/fenrirscreenreader/commands/onPlugInputDevice/50000-plugSound.py @@ -13,7 +13,6 @@ class command(): def initialize(self, environment): self.env = environment self.lastTime = time.time() - self.tempDisable = False def shutdown(self): pass def getDescription(self):