You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2018/05/02 19:15:35 UTC

[whimsy] branch master updated: Oops remove debug

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

sebb 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 be9726f  Oops remove debug
be9726f is described below

commit be9726fac2721d0a9a4396a4c5d52ebf3059847c
Author: Sebb <se...@apache.org>
AuthorDate: Wed May 2 20:15:33 2018 +0100

    Oops remove debug
---
 lib/whimsy/asf/committee.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/whimsy/asf/committee.rb b/lib/whimsy/asf/committee.rb
index bb5021c..eddcdba 100644
--- a/lib/whimsy/asf/committee.rb
+++ b/lib/whimsy/asf/committee.rb
@@ -369,7 +369,7 @@ module ASF
       # first drop leading text so we only match officers at end of section
       @officers = head.sub(/.*?also has .*? Officers/m,'').
         scan(/^[ \t]+(\w.*?)(?:[ \t][ \t]|[ \t]?$)/).flatten.
-        map {|name| puts name; list[name]}
+        map {|name| list[name]}
 
       # for each committee in section 3
       info.each do |roster|

-- 
To stop receiving notification emails like this one, please contact
sebb@apache.org.