Browse Source

Update bootstrap file

Yentl Van Tendeloo 8 years ago
parent
commit
4d9d8c9a85
2 changed files with 0 additions and 2 deletions
  1. 0 1
      bootstrap/core_algorithm.alc
  2. 0 1
      bootstrap/semi_primitives.alc

+ 0 - 1
bootstrap/core_algorithm.alc

@@ -1802,7 +1802,6 @@ Void function user_function_skip_init(user_id : String):
 
 	while (True):
 		cmd = input()
-		log("Executing " + cmd)
 		if (cmd == "help"):
 			output(cmd_help(user_id))
 		elif (cmd == "model_add"):

+ 0 - 1
bootstrap/semi_primitives.alc

@@ -252,7 +252,6 @@ String function dict_to_string(d : Element):
 	return result!
 
 Element function set_overlap(sa : Element, sb : Element):
-	// This has a compiled version as there seems to be a non-deterministic bug in this code, or at least in the executed code
 	Element result
 	Element elem