diff python/ppci/ir2tree.py @ 355:c2ddc8a36f5e

Enabled optimization
author Windel Bouwman
date Fri, 14 Mar 2014 10:30:13 +0100
parents 5477e499b039
children 52492b304adf
line wrap: on
line diff
--- a/python/ppci/ir2tree.py	Thu Mar 13 18:59:06 2014 +0100
+++ b/python/ppci/ir2tree.py	Fri Mar 14 10:30:13 2014 +0100
@@ -30,7 +30,6 @@
     if type(e.value) is bytes:
         t = Tree('CONSTDATA')
         t.value = e.value
-        print(t.value)
         return t
     elif type(e.value) is int:
         t = Tree('CONSTI32')