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.