diff python/ir/function.py @ 256:225f444019b1

Added build and flash menu option
author Windel Bouwman
date Sun, 04 Aug 2013 18:32:04 +0200
parents 74c6a20302d5
children 5ec7580976d9
line wrap: on
line diff
--- a/python/ir/function.py	Sun Aug 04 15:10:10 2013 +0200
+++ b/python/ir/function.py	Sun Aug 04 18:32:04 2013 +0200
@@ -38,14 +38,12 @@
             bb.check()
 
     def call(self, *args):
-        print(args)
         varmap = {}
         bb = self.Entry
         ip = 0
         while True:
             i = bb.Instructions[ip]
             ip += 1
-            print(i)
             return