mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-02 11:22:01 +01:00
Remove debug print from SyntheticEventTest
By: md_5 <git@md-5.net>
This commit is contained in:
parent
9bd8e66c7d
commit
b294ce797b
@ -34,7 +34,6 @@ public class SyntheticEventTest {
|
||||
int callCount = 0;
|
||||
|
||||
public void accept(E evt) {
|
||||
System.out.println("Invk " + evt);
|
||||
callCount++;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user