This is an automated email from the ASF dual-hosted git repository.

curcuru pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new c0308a0  Remove debug code
c0308a0 is described below

commit c0308a09a369bdf6cbb9c4ce942cd374ee56bff4
Author: Shane Curcuru <[email protected]>
AuthorDate: Sun Jan 19 18:55:25 2020 -0500

    Remove debug code
---
 www/members/meeting-util.rb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/www/members/meeting-util.rb b/www/members/meeting-util.rb
index 6170f57..a2b502e 100644
--- a/www/members/meeting-util.rb
+++ b/www/members/meeting-util.rb
@@ -30,8 +30,7 @@ class MeetingUtil
     copypasta = [] # theiravailid | Their Name in Rolls (proxy)
     begin
       proxylist.each do |arr|
-### ### ###       if user.cn == arr[0].strip
-        if 'curcuru' == arr[0].strip
+        if user.cn == arr[0].strip
           copypasta << "#{arr[2].ljust(12)} | #{arr[1].strip} (proxy)"
         elsif user.id == arr[2]
           help = "NOTE: You have already submitted a proxy form for 
#{arr[0].strip} to mark your attendance (be sure they know to mark you at Roll 
Call)! "

Reply via email to