From: W. Trevor King Date: Fri, 29 Jul 2011 13:51:19 +0000 (-0400) Subject: Remove debugging name-logger now that axis names are set correctly in doctests. X-Git-Tag: 0.6~44 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3c357add7c4194f537aa99415cad143614b1abc9;p=pypiezo.git Remove debugging name-logger now that axis names are set correctly in doctests. --- diff --git a/pypiezo/base.py b/pypiezo/base.py index 37c6fc4..94d8fe0 100644 --- a/pypiezo/base.py +++ b/pypiezo/base.py @@ -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)