mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-20 23:46:57 +01:00
Remove debug print from SyntheticEventTest
By: md_5 <git@md-5.net>
This commit is contained in:
parent
9bd8e66c7d
commit
b294ce797b
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ public class SyntheticEventTest {
|
|||
int callCount = 0;
|
||||
|
||||
public void accept(E evt) {
|
||||
System.out.println("Invk " + evt);
|
||||
callCount++;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue