Removes console log

This commit is contained in:
2022-12-01 21:34:45 +03:00
parent bf160889a4
commit fff667c421
3 changed files with 2 additions and 3 deletions

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