Skip to content

Commit

Permalink
Remove superfluous print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Wedel committed Jun 2, 2017
1 parent 9b237e3 commit d0b4eb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lewis/core/adapters.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ def device_lock(self):
def set_device(self, new_device):
"""Bind the new device to all interfaces managed by the adapters in the collection."""
for adapter in self._adapters.values():
print(adapter.protocol, adapter.interface)
adapter.interface.device = new_device

def add_adapter(self, adapter):
Expand Down

0 comments on commit d0b4eb7

Please sign in to comment.