From dc27c2e3adc74e2c45efd2d67ba5ac03eee9ce93 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 25 Nov 2014 19:59:53 +0800 Subject: [PATCH] lda: remove excessive verbosity --- artiq/devices/lda/lda-controller.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/artiq/devices/lda/lda-controller.py b/artiq/devices/lda/lda-controller.py index 72ef5fd05..bd9c2e401 100755 --- a/artiq/devices/lda/lda-controller.py +++ b/artiq/devices/lda/lda-controller.py @@ -137,8 +137,6 @@ class Lda: def set_attenuation(self, attenuation): if self.product != "sim": - print("[{}] setting attenuation to {}".format(self.product, - attenuation)) self.set(0x8d, bytes(chr(int(round(attenuation*4))), 'ascii')) else: attenuation = round(attenuation*4)/4.