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 e7119ebf Unnecessary
e7119ebf is described below

commit e7119ebf60297e08c63a5bcc946e8ac011cf4f7d
Author: Sebb <[email protected]>
AuthorDate: Wed Jan 4 17:23:59 2023 +0000

    Unnecessary
---
 www/incubator/graduated.cgi          |  2 --
 www/incubator/podling-crosscheck.cgi | 10 ----------
 2 files changed, 12 deletions(-)

diff --git a/www/incubator/graduated.cgi b/www/incubator/graduated.cgi
index 85b40c09..b9ff6310 100755
--- a/www/incubator/graduated.cgi
+++ b/www/incubator/graduated.cgi
@@ -62,8 +62,6 @@ _html do
       }
     ) do
 
-      ASF.init_ldap
-
       unreported = ASF::Committee.pmcs.map(&:display_name).map(&:downcase)
       incubated = 0
 
diff --git a/www/incubator/podling-crosscheck.cgi 
b/www/incubator/podling-crosscheck.cgi
index 489a2f0d..c2a6a2a2 100755
--- a/www/incubator/podling-crosscheck.cgi
+++ b/www/incubator/podling-crosscheck.cgi
@@ -7,13 +7,6 @@ require 'whimsy/asf'
 require 'wunderbar'
 require 'wunderbar/bootstrap'
 
-def get_data(defaults: {})
-  return {
-    "Sample data processing here" => "row 1",
-    "This could come from a file" => "row B"
-  }
-end
-
 _html do
   _body? do
     _whimsy_body(
@@ -40,9 +33,6 @@ _html do
       }
     ) do
 
-
-      ASF.init_ldap
-
       ipmc = ASF::Project.find('incubator').owners
       incubator = ASF::Project.find('incubator').members
 

Reply via email to