Remove unused attribute.

This commit is contained in:
Ian Joseph Wilson
2013-05-30 11:54:11 -07:00
parent 01627a4506
commit 7b4fce44e2

View File

@@ -55,7 +55,6 @@ class Arduino(object):
"""
self.baud = baud
self.timeout = timeout
self.ss_connected = False
self.port = port
if not self.port:
self.findPort()