This is an automated email from the ASF dual-hosted git repository.
rubys 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 9245b12 remove debug line
9245b12 is described below
commit 9245b124dee442dffb0522b66e44daeaf37b99f8
Author: Sam Ruby <[email protected]>
AuthorDate: Tue Mar 22 18:03:07 2022 -0400
remove debug line
---
www/members/non-participants.cgi | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/www/members/non-participants.cgi b/www/members/non-participants.cgi
index 197d31c..3b53390 100755
--- a/www/members/non-participants.cgi
+++ b/www/members/non-participants.cgi
@@ -101,8 +101,6 @@ _html do
end
end
- _div matrix.compact.length
-
_div.count "Count: #{count} members inactive for #{@meetingsMissed}
meetings:"
summary = matrix.
@@ -137,4 +135,4 @@ _json do
Hash[inactive.map {|id, name, _first, missed|
[id, {name: name, missed: missed, status: current_status[id]}]
}]
-end
\ No newline at end of file
+end