From b39e76ae28ea425a2c28876306add4680b713212 Mon Sep 17 00:00:00 2001 From: whitequark Date: Sat, 22 Aug 2015 12:22:26 -0700 Subject: [PATCH] Remove debug print. --- artiq/compiler/transforms/artiq_ir_generator.py | 2 -- 1 file changed, 2 deletions(-) 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,