]> gitweb.maison.local Git - pyowl.git/commitdiff
Remove wrong information at start time
authorLionel <lionel@ra.enneade.fdn.org>
Fri, 24 Oct 2014 13:27:20 +0000 (15:27 +0200)
committerLionel <lionel@ra.enneade.fdn.org>
Fri, 24 Oct 2014 13:27:20 +0000 (15:27 +0200)
cm160Server.py

index 05a3d762ff2bf995f6aa1af18ca0576c1d1c4ecc..5a25cf089697cb6bacc386c39fcc7405248f2ebd 100755 (executable)
@@ -618,8 +618,6 @@ class CM160:
             pass
           
   def connectToSerialPort(self, serialPort):
-    self.__uo.info("The %s device must have been connected recently (serial port %d)" % (CM160.DEVICE_NAME, serialPort))
-    self.__uo.info("as the CM160 device will go to sleep if not detected shortly after it is connected.")
     self.__serialPortName = None
     
     #We need to do things differently on windows :-(