Browse Source

Removed prints

Yentl Van Tendeloo 7 years ago
parent
commit
402ac2758a
3 changed files with 3 additions and 4 deletions
  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!
 	return model!
 
 
 Void function create_al_link(model : Element, linktype : String, source : String, target : String, dictname : String):
 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)
 	instantiate_attribute(model, instantiate_link(model, linktype, "", source, target), "name", dictname)
 	return!
 	return!
 
 

+ 2 - 2
kernel/modelverse_kernel/main.py

@@ -345,8 +345,8 @@ class ModelverseKernel(object):
         #print(func)
         #print(func)
 
 
         # To write out all generated functions
         # 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])]
         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)
 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 author: Yentl Van Tendeloo
 Model name:   MvK Server
 Model name:   MvK Server