Skip to content

Commit

Permalink
Remove bundle log.
Browse files Browse the repository at this point in the history
  • Loading branch information
Provismet committed Sep 30, 2023
1 parent d8e5a9d commit b8515ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/provismet/vmcmc/vmc/PacketSender.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ public static void sendBundle (List<OSCPacket> packets) {

try {
portOut.send(bundle);
ClientVMC.LOGGER.info("Sent bundle.");
}
catch (Exception e) {
ClientVMC.LOGGER.error("Failed to send OSC bundle:", e);
Expand Down

0 comments on commit b8515ca

Please sign in to comment.