diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index e8d2c9ef9c1..e6964edb0bc 100644 --- a/app/controllers/users_controller.rb +++ b/app/controllers/users_controller.rb @@ -269,8 +269,6 @@ class UsersController < ApplicationController usernames -= groups usernames.each(&:downcase!) - # Create a New Topic Scenario is not supported (per conversation with codinghorror) - # https://meta.discourse.org/t/taking-another-1-7-release-task/51986/7 cannot_see = [] topic_id = params[:topic_id] unless topic_id.blank?