Skip to content

Commit

Permalink
refactor: Remove dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorGaiva committed Dec 29, 2023
1 parent 59aed51 commit aafeb38
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/connection/lifecycle.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit aafeb38

Please sign in to comment.