refactor: remove printf

This commit is contained in:
2023-12-14 16:49:35 +02:00
parent 34434965d2
commit 60b1762462

View File

@@ -45,8 +45,6 @@ public class Environment implements PermissionsProvider {
var env = Values.wrapper(args[2], Environment.class); var env = Values.wrapper(args[2], Environment.class);
var res = new ObjectValue(); var res = new ObjectValue();
System.out.println(source);
var target = Parsing.compile(env, Filename.parse(filename), source); var target = Parsing.compile(env, Filename.parse(filename), source);
Engine.functions.putAll(target.functions); Engine.functions.putAll(target.functions);
Engine.functions.remove(0l); Engine.functions.remove(0l);