Skip to content

Commit

Permalink
Remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
cavis committed Apr 23, 2024
1 parent 760b8b6 commit 5778ad5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/controllers/concerns/clickhouse_utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def self.clickhouse_ping
to = CLICKHOUSE_PING_TIMEOUT

begin
puts "PING - #{host}:#{port}"
Net::HTTP.start(host, port, use_ssl: ssl, verify_mode: ver, connect_timeout: to, open_timeout: to)
true
rescue
Expand Down

0 comments on commit 5778ad5

Please sign in to comment.