mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Get rid of no longer needed target_usernames warning log
This commit is contained in:
@@ -171,8 +171,6 @@ class TopicCreator
|
||||
topic.subtype = TopicSubtype.user_to_user unless topic.subtype
|
||||
|
||||
unless @opts[:target_usernames].present? || @opts[:target_emails].present? || @opts[:target_group_names].present?
|
||||
Rails.logger.warn("Topic PM cannot be created without recipients! opts: #{@opts.inspect}")
|
||||
|
||||
rollback_with!(topic, :no_user_selected)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user