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/02/09 16:12:14 UTC

[whimsy] branch master updated: Does not affect time to generate

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 5a3d282  Does not affect time to generate
5a3d282 is described below

commit 5a3d2822453171b7720dff6f7d57c5600911df2f
Author: Sebb <se...@apache.org>
AuthorDate: Sat Feb 9 16:12:13 2019 +0000

    Does not affect time to generate
    
    Also the variable is not used
---
 www/members/watch.cgi | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/www/members/watch.cgi b/www/members/watch.cgi
index 5251a63..41b0d66 100755
--- a/www/members/watch.cgi
+++ b/www/members/watch.cgi
@@ -128,9 +128,8 @@ _html do
       list = watch_list
     end
 
-    # for efficiency, preload committees, public_names, member status, and
+    # for efficiency, preload public_names, member status, and
     # nominees
-    committees = ASF::Committee.preload
     people = ASF::Person.preload('cn', list)
     members = ASF::Member.status
     nominees = ASF::Person.member_nominees