Skip to content

Commit

Permalink
Remove test log
Browse files Browse the repository at this point in the history
  • Loading branch information
nutyworks committed Mar 27, 2024
1 parent 915fc94 commit 69cdff2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/client/java/works/nuty/calcite/parser/UUIDParser.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import com.mojang.brigadier.suggestion.SuggestionsBuilder;
import net.minecraft.predicate.NumberRange;
import net.minecraft.util.math.random.Random;
import works.nuty.calcite.CalciteModClient;
import works.nuty.calcite.parser.array.IntArrayParser;
import works.nuty.calcite.parser.primitive.IntParser;

Expand All @@ -28,7 +27,6 @@ public static CompletableFuture<Suggestions> suggestRandomUUID(SuggestionsBuilde
@Override
public void parse() throws CommandSyntaxException {
if (reader().canRead() && reader().peek() == '[') {
CalciteModClient.LOGGER.info("calling super");
super.parse();
} else {
parentParser.suggest(UUIDParser::suggestRandomUUID);
Expand Down

0 comments on commit 69cdff2

Please sign in to comment.