forked from RepoMirrors/baritone
Remove debug code
This commit is contained in:
parent
cf60a5f3bd
commit
9981af67d5
|
@ -35,9 +35,6 @@ public enum RelativeCoordinate implements IDatatypePost<Double, Double> {
|
||||||
origin = 0.0D;
|
origin = 0.0D;
|
||||||
}
|
}
|
||||||
|
|
||||||
System.out.println(ctx.getConsumer().args);
|
|
||||||
new Throwable().printStackTrace();
|
|
||||||
|
|
||||||
Matcher matcher = PATTERN.matcher(ctx.getConsumer().getString());
|
Matcher matcher = PATTERN.matcher(ctx.getConsumer().getString());
|
||||||
if (!matcher.matches()) {
|
if (!matcher.matches()) {
|
||||||
throw new IllegalArgumentException("pattern doesn't match");
|
throw new IllegalArgumentException("pattern doesn't match");
|
||||||
|
|
Loading…
Reference in New Issue