Skip to content

Commit

Permalink
Remove unneccessary print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
NGSpace committed Dec 19, 2024
1 parent a7310d9 commit df64a68
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import java.util.HashMap;
import java.util.Map;

import io.github.ngspace.hudder.Hudder;
import io.github.ngspace.hudder.compilers.utils.CompileException;
import io.github.ngspace.hudder.compilers.utils.CompileState;
import io.github.ngspace.hudder.compilers.utils.HudInformation;
Expand Down Expand Up @@ -137,7 +136,6 @@ public void defineFunctionOrMethod(String commands, String[] args, String name,
}
});
} else {//Is function
Hudder.log(name);
//Make sure the main path actually returns a value
boolean temp = true;
for (AV2RuntimeElement element : runtime.getElements()) {
Expand Down

0 comments on commit df64a68

Please sign in to comment.