Browse Source

Removed debug messages.

pyserial_fix
Scott Petersen 11 years ago
parent
commit
315272b785
1 changed files with 0 additions and 8 deletions
  1. +0
    -8
      pyad2usb/ad2usb.py

+ 0
- 8
pyad2usb/ad2usb.py View File

@@ -127,21 +127,13 @@ class AD2USB(object):
self._device.on_write += self._on_write

def _on_open(self, sender, args):
print '_on_open: {0}'.format(args)

self.on_open(args)

def _on_close(self, sender, args):
print '_on_close: {0}'.format(args)

self.on_close(args)

def _on_read(self, sender, args):
print '_on_read: {0}'.format(args)

self.on_read(args)

def _on_write(self, sender, args):
print '_on_write: {0}'.format(args)

self.on_write(args)

Loading…
Cancel
Save