Skip to content

Commit

Permalink
⚡ Removed debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsTheSky committed Aug 27, 2022
1 parent f00de34 commit e2e70bb
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ public static <T, S extends ReturningSection<T>> void register(Class<S> sectionC
for (int i = 0; i < patterns.length; i++)
patterns[i] += " and store (it|the result) in %-objects%";

System.out.println(expression.getSimpleName());

Skript.registerSection(sectionClass, patterns);
Skript.registerExpression(expression, returnType, ExpressionType.SIMPLE, "[the] [last] "+expression.getSimpleName()+" [builder]");
}
Expand Down

0 comments on commit e2e70bb

Please # to comment.