From aafeb38c457e2a3d29a81b6b778a50fd8be03a2c Mon Sep 17 00:00:00 2001 From: Victor Gaiva <13839490+VictorGaiva@users.noreply.github.com> Date: Fri, 29 Dec 2023 18:02:15 -0300 Subject: [PATCH] refactor: Remove dbg --- lib/connection/lifecycle.ex | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/connection/lifecycle.ex b/lib/connection/lifecycle.ex index dc9560d..992d645 100644 --- a/lib/connection/lifecycle.ex +++ b/lib/connection/lifecycle.ex @@ -203,8 +203,6 @@ defmodule RabbitMQStream.Connection.Lifecycle do # I'm not really sure how to test this behavior at the moment. def handle_info(:flush_request_buffer, %Connection{} = conn) do - dbg(conn.request_buffer) - # There is probably a better way to reprocess the buffer, but I'm not sure how to do at the moment. conn = :queue.fold(