Removed logging
This commit is contained in:
parent
105c914483
commit
f9c4ff1b1c
|
|
@ -37,7 +37,6 @@ public class DataLock implements DataLockAPI {
|
|||
out.writeUTF(idempotencyData.data());
|
||||
out.writeUTF(idempotencyData.idempotencyToken().toString());
|
||||
plugin.getServer().sendPluginMessage(plugin, idempotencyData.channel(), out.toByteArray());
|
||||
DataLockLib.getInstance().getLogger().log(Level.INFO, "Send plugin message on [" + requestType.subChannel + "] about data: [" + idempotencyData.data() + "]");
|
||||
}
|
||||
|
||||
private final HashSet<String> activeChannels = new HashSet<>();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user