From aa91e82cfa265ad99994004d47e2e5a0d07c4244 Mon Sep 17 00:00:00 2001 From: Kodi Craft Date: Tue, 8 Oct 2024 09:10:27 +0200 Subject: [PATCH] Remove spam --- apps/amethyst/lib/apps/connection_handler.ex | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/amethyst/lib/apps/connection_handler.ex b/apps/amethyst/lib/apps/connection_handler.ex index 1013252..8b94be1 100644 --- a/apps/amethyst/lib/apps/connection_handler.ex +++ b/apps/amethyst/lib/apps/connection_handler.ex @@ -220,7 +220,6 @@ defmodule Amethyst.ConnectionHandler do block_light_array = non_empty_block_light_sections |> Enum.map(&(Enum.reduce(&1, <<>>, fn light, acc -> <> end))) - Logger.debug("#{length(block_light_array)} block light sections to send") send(to, {:send_packet, %{ packet_type: :chunk_data_and_update_light,