Skip to content

Commit

Permalink
Remove debug logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Nov 13, 2024
1 parent 2b213d0 commit 131f8bc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/async/pool/controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -324,11 +324,7 @@ def create_resource
def available_resource
resource = nil

Console.debug(self, "Acquiring concurrency guard...", blocking: @guard.blocking?)

@guard.acquire do
Console.debug(self, "Acquired concurrency guard.")

resource = acquire_or_create_resource
end

Expand Down

0 comments on commit 131f8bc

Please sign in to comment.