remove debug infos

This commit is contained in:
Alexander Meindl
2020-04-28 11:45:47 +02:00
parent b1d7309d97
commit 8501a98486
2 changed files with 0 additions and 4 deletions

View File

@@ -32,9 +32,6 @@ class Messenger
return if url.blank? || channels.blank?
params = { text: msg, link_names: 1 }
Rails.logger.debug "debug speak: #{params.inspect}"
username = textfield_for_project(options[:project], :messenger_username)
params[:username] = username if username.present?
params[:attachments] = options[:attachment]&.any? ? [options[:attachment]] : []