Remove debugging name-logger now that axis names are set correctly in doctests.
authorW. Trevor King <wking@drexel.edu>
Fri, 29 Jul 2011 13:51:19 +0000 (09:51 -0400)
committerW. Trevor King <wking@drexel.edu>
Fri, 29 Jul 2011 13:51:19 +0000 (09:51 -0400)
pypiezo/base.py

index 37c6fc451c38b32a59414a094ec6fcfd2acd8da0..94d8fe0c1d0595f7675b3aafa20dabb1b74efd49 100644 (file)
@@ -483,7 +483,6 @@ class Piezo (object):
         efficient search.
         """
         for n,channel in self.channels(direction=direction):
-            _LOG.critical('channel name: {}'.format(repr(n)))
             if n == name:
                 return channel
         raise ValueError(name)