remove redundant stack trace

This commit is contained in:
DeltaNedas 2020-11-01 23:16:41 +00:00
parent 47844e0204
commit fc94d68e10

View file

@ -326,7 +326,6 @@ public class LogicBlock extends Block{
}catch(Exception e){
Log.err("Failed to compile logic program @", code);
Log.err(e);
e.printStackTrace();
//handle malformed code and replace it with nothing
executor.load("", LExecutor.maxInstructions);