Removes console log

This commit is contained in:
Brusk Awat 2022-12-01 21:34:45 +03:00
parent bf160889a4
commit fff667c421
Signed by: broosk1993
GPG Key ID: 5D20F7E02649F74E
3 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
rabbit_carrots (0.1.10)
rabbit_carrots (0.1.11)
activesupport (>= 6.0.0)
bunny (>= 2.19.0)
connection_pool (~> 2.3.0)

View File

@ -14,7 +14,6 @@ module RabbitCarrots
vhost: RabbitCarrots.configuration.rabbitmq_vhost
)
puts "Putting Config: #{RabbitCarrots.configuration.rabbitmq_host}"
@connection.start
end

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module RabbitCarrots
VERSION = "0.1.10"
VERSION = "0.1.11"
end