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,