Removed logging

This commit is contained in:
Teriuihi 2022-12-06 02:11:21 +01:00
parent 105c914483
commit f9c4ff1b1c

View File

@ -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<>();