Remove no longer true comment

(imported from commit d06ce85ff76a8c9bd5691c004e9a77182ac295dd)
This commit is contained in:
Zev Benjamin 2013-05-05 20:49:35 -04:00 committed by Tim Abbott
parent 4892895d6b
commit dc82d60c13
1 changed files with 0 additions and 1 deletions

View File

@ -288,7 +288,6 @@ function mark_subscribed(stream_name, attrs) {
sub.subscribed = true;
set_color(stream_name, pick_color());
mark_color_used(sub.color);
// This will do nothing on MIT
ui.add_narrow_filter(stream_name, "stream");
var settings = settings_for_sub(sub);
var button = button_for_sub(sub);