diff --git a/artiq/compiler/transforms/artiq_ir_generator.py b/artiq/compiler/transforms/artiq_ir_generator.py index b6cd2863e..6b38f6af2 100644 --- a/artiq/compiler/transforms/artiq_ir_generator.py +++ b/artiq/compiler/transforms/artiq_ir_generator.py @@ -714,8 +714,6 @@ class ARTIQIRGenerator(algorithm.Visitor): if node.attr not in obj.type.find().attributes: # A class attribute. Get the constructor (class object) and # extract the attribute from it. - print(node) - print(obj) constr_type = obj.type.constructor constr = self.append(ir.GetConstructor(self._env_for(constr_type.name), constr_type.name, constr_type,