OSDN Git Service

Remove pointless debugging.
authorJames Teh <jamie@jantrid.net>
Sun, 23 Jan 2011 17:07:43 +0000 (03:07 +1000)
committerJames Teh <jamie@jantrid.net>
Sun, 23 Jan 2011 17:07:43 +0000 (03:07 +1000)
source/brailleDisplayDrivers/baum.py

index dfeb659..5dcdc1b 100644 (file)
@@ -201,10 +201,7 @@ class BrailleDisplayDriver(braille.BrailleDisplayDriver):
                executeKeys = False\r
 \r
                if command == BAUM_CELL_COUNT:\r
-                       oldNumCells = self.numCells\r
                        self.numCells = ord(arg)\r
-                       if self.numCells != oldNumCells:\r
-                               log.debug("Cell count: %d" % self.numCells)\r
                elif command == BAUM_DEVICE_ID:\r
                        self._deviceID = arg\r
 \r