mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-25 22:12:16 -08:00
remove redundant stack trace
This commit is contained in:
parent
47844e0204
commit
fc94d68e10
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue