Remove debug print from SyntheticEventTest

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2019-03-16 20:48:55 +11:00
parent 9bd8e66c7d
commit b294ce797b

View file

@ -34,7 +34,6 @@ public class SyntheticEventTest {
int callCount = 0;
public void accept(E evt) {
System.out.println("Invk " + evt);
callCount++;
}
}