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 2019/01/31 09:50:30 UTC

[whimsy] branch master updated: Test no longer needed

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 4b3e93e  Test no longer needed
4b3e93e is described below

commit 4b3e93e22ff5fed7c8b3fc26b5676c53536c9156
Author: Sebb <se...@apache.org>
AuthorDate: Thu Jan 31 09:50:28 2019 +0000

    Test no longer needed
---
 lib/whimsy/asf/ldap.rb | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/lib/whimsy/asf/ldap.rb b/lib/whimsy/asf/ldap.rb
index 3969ddc..2e94216 100644
--- a/lib/whimsy/asf/ldap.rb
+++ b/lib/whimsy/asf/ldap.rb
@@ -1565,11 +1565,6 @@ end
 if __FILE__ == $0
   $LOAD_PATH.unshift '/srv/whimsy/lib'
   require 'whimsy/asf/config'
-  %w{attic jmeter httpd}.each do |w|
-    print w, ' '
-    print ASF::Committee[w].isGuineaPig?,' '
-    puts ASF::Committee.isGuineaPig?(w)   
-  end
   ASF::RoleGroup.listcns.map {|g| puts ASF::RoleGroup.find(g).dn}
   ASF::AppGroup.listcns.map {|g| puts ASF::AppGroup.find(g).dn}
 end