Author: sebb
Date: Tue Apr  5 18:45:06 2022
New Revision: 1899591

URL: http://svn.apache.org/viewvc?rev=1899591&view=rev
Log:
Unused

Modified:
    comdev/helpwanted.apache.org/site/js/coffee/hw.coffee

Modified: comdev/helpwanted.apache.org/site/js/coffee/hw.coffee
URL: 
http://svn.apache.org/viewvc/comdev/helpwanted.apache.org/site/js/coffee/hw.coffee?rev=1899591&r1=1899590&r2=1899591&view=diff
==============================================================================
--- comdev/helpwanted.apache.org/site/js/coffee/hw.coffee (original)
+++ comdev/helpwanted.apache.org/site/js/coffee/hw.coffee Tue Apr  5 18:45:06 
2022
@@ -276,7 +276,6 @@ sw = (id) ->
 
 
 reallyPopulate = (json, state) ->
-    pro = []
     obj = get('project')
     
     # optgroup for spoken/written
@@ -286,11 +285,9 @@ reallyPopulate = (json, state) ->
     for group, data of (json.projects || json.groups || json.podling)
         if state == 'podlings' and data.status != "current"
           continue
-        pro.push(group)
         app(obj, mk('option', { value: group}, group ))
 
     # Add Infra
-    pro.push('infrastucture')
     app(obj, mk('option', { value: 'infrastructure'}, 'infrastructure' ))
     
     if state


Reply via email to