Selaa lähdekoodia

Removed prints

Yentl Van Tendeloo 7 vuotta sitten
vanhempi
commit
402ac2758a
3 muutettua tiedostoa jossa 3 lisäystä ja 4 poistoa
  1. 0 1
      bootstrap/constructors.alc
  2. 2 2
      kernel/modelverse_kernel/main.py
  3. 1 1
      wrappers/modelverse_SCCD.py

+ 0 - 1
bootstrap/constructors.alc

@@ -75,7 +75,6 @@ Element function construct_function_list(list : Element):
 	return model!
 
 Void function create_al_link(model : Element, linktype : String, source : String, target : String, dictname : String):
-	log("Create AL link for " + linktype + " - " + source + " - " + target + " - " + dictname)
 	instantiate_attribute(model, instantiate_link(model, linktype, "", source, target), "name", dictname)
 	return!
 

+ 2 - 2
kernel/modelverse_kernel/main.py

@@ -345,8 +345,8 @@ class ModelverseKernel(object):
         #print(func)
 
         # To write out all generated functions
-        with open('/tmp/junk/%s' % suggested_name, 'w') as f:
-            f.write(func)
+        #with open('/tmp/junk/%s' % suggested_name, 'w') as f:
+        #    f.write(func)
 
         yield [("RETURN", [func])]
 

+ 1 - 1
wrappers/modelverse_SCCD.py

@@ -1,7 +1,7 @@
 """
 Generated by Statechart compiler by Glenn De Jonghe, Joeri Exelmans, Simon Van Mierlo, and Yentl Van Tendeloo (for the inspiration)
 
-Date:   Thu May 17 15:56:18 2018
+Date:   Thu May 17 17:51:39 2018
 
 Model author: Yentl Van Tendeloo
 Model name:   MvK Server