Skip to content

Commit 1afbe5b

Browse files
committed
Don't include self in list of proxies
1 parent 427a69c commit 1afbe5b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/whimsy/asf/meeting-util.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ def self.is_user_proxied(mtg_dir, id)
146146
return help
147147
else
148148
(help ||= '') << "During the meeting, to mark your proxies' attendance, AFTER logging into the ASFMM tool, click the top left Hamburger menu, Proxies button, and copy/paste the below lines to mark your proxies attendance."
149-
copypasta.unshift("#{user.id.ljust(max_uid_len)} | #{user.cn}")
150149
return help, copypasta
151150
end
152151
end

0 commit comments

Comments
 (0)