From 6111b285d90dd77490f4133c39ff0383d7913c94 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Thu, 22 Nov 2018 14:55:02 +0800 Subject: [PATCH] DEV: Remove comment that links to a private topic. Not going to be useful for other developers. --- app/controllers/users_controller.rb | 2 -- 1 file changed, 2 deletions(-) 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?