From: Lionel Date: Fri, 24 Oct 2014 13:27:20 +0000 (+0200) Subject: Remove wrong information at start time X-Git-Url: http://gitweb.enneade.fdn.org/?a=commitdiff_plain;h=c155776cb1c830ed75aea92c60dc75f3548641f1;p=pyowl.git Remove wrong information at start time --- diff --git a/cm160Server.py b/cm160Server.py index 05a3d76..5a25cf0 100755 --- a/cm160Server.py +++ b/cm160Server.py @@ -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 :-(