Remove debug code

This commit is contained in:
Brady 2019-09-27 11:10:57 -05:00
parent cf60a5f3bd
commit 9981af67d5
No known key found for this signature in database
GPG Key ID: 73A788379A197567
1 changed files with 0 additions and 3 deletions

View File

@ -35,9 +35,6 @@ public enum RelativeCoordinate implements IDatatypePost<Double, Double> {
origin = 0.0D;
}
System.out.println(ctx.getConsumer().args);
new Throwable().printStackTrace();
Matcher matcher = PATTERN.matcher(ctx.getConsumer().getString());
if (!matcher.matches()) {
throw new IllegalArgumentException("pattern doesn't match");