refactor: remove printf

This commit is contained in:
TopchetoEU 2023-12-14 16:49:35 +02:00
parent 34434965d2
commit 60b1762462
Signed by: topchetoeu
GPG Key ID: 6531B8583E5F6ED4

View File

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