removed test

master
Alex 2021-12-27 14:24:05 +01:00
parent 79514cb5df
commit f0b43c2cdd
1 changed files with 0 additions and 2 deletions

View File

@ -10,6 +10,4 @@ public interface KraSocketClientEventInterface {
void kraSocketClientOnOpen(ServerHandshake serverHandshake);
void kraSocketClientOnClose(int code, String reason, boolean remote);
void test(String test);
}