Remove debug print.

This commit is contained in:
whitequark 2015-08-22 12:22:26 -07:00
parent 27a697920a
commit b39e76ae28
1 changed files with 0 additions and 2 deletions

View File

@ -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,