From 3c357add7c4194f537aa99415cad143614b1abc9 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 29 Jul 2011 09:51:19 -0400 Subject: [PATCH] Remove debugging name-logger now that axis names are set correctly in doctests. --- pypiezo/base.py | 1 - 1 file changed, 1 deletion(-) 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) -- 2.26.2