summaryrefslogtreecommitdiff
path: root/src/sardana/tango
diff options
context:
space:
mode:
authorguifre <guifre@users.sourceforge.net>2013-03-13 18:54:40 +0000
committerguifre <guifre@users.sourceforge.net>2013-03-13 18:54:40 +0000
commitc6e9b83cfb5d65d024e75f9d24bc134ca6fd58eb (patch)
tree8ad2dea2a9d6f6f579259a6692a4e26d9c6f84a5 /src/sardana/tango
parent337cd7fe5fd69deff9474863c8b37dab6ee9a78c (diff)
removed info message that was filling up log messages: self.info('read_Limit_switches(%s)', use_cache)
git-svn-id: file:///home/cpascual/src/sdnongit/svnbck/sardana/trunk@21045 c480fdf4-a248-4bb0-8e4a-34cd1ef68f4f
Diffstat (limited to 'src/sardana/tango')
-rw-r--r--src/sardana/tango/pool/Motor.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sardana/tango/pool/Motor.py b/src/sardana/tango/pool/Motor.py
index e051421a..f7696217 100644
--- a/src/sardana/tango/pool/Motor.py
+++ b/src/sardana/tango/pool/Motor.py
@@ -547,7 +547,6 @@ with this value is sent to clients using events.
def read_Limit_switches(self, attr):
motor = self.motor
use_cache = motor.is_in_operation() and not self.Force_HW_Read
- self.info("read_Limit_switches(%s)", use_cache)
limit_switches = motor.get_limit_switches(cache=use_cache)
self.set_attribute(attr, value=limit_switches.value, priority=0,
timestamp=limit_switches.timestamp)