Changeset 2308

Show
Ignore:
Timestamp:
03/01/10 12:38:15 (5 months ago)
Author:
fma
Message:

Removed logs

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/papywizard/hardware/pololuServoHardware.py

    r2286 r2308  
    8080        else: 
    8181           data2Str = 'None' 
    82         Logger().debug("PololuServoHardware.__sendCmd: command=%d, servo=%d, data1=%s, data2=%s" % (command, self._axis, hex(data1), data2Str)) 
     82        #Logger().debug("PololuServoHardware.__sendCmd: command=%d, servo=%d, data1=%s, data2=%s" % (command, self._axis, hex(data1), data2Str)) 
    8383        if command in (0, 1, 2): 
    8484            if data2 is not None: 
     
    9898        # Check controller answer 
    9999        data = self._driver.read(size) 
    100         Logger().debug("PololuServoHardware.__sendCmd: pololu returned: %s" % repr(data)) 
     100        #Logger().debug("PololuServoHardware.__sendCmd: pololu returned: %s" % repr(data)) 
    101101 
    102102    def init(self):