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 2022/02/19 12:36:32 UTC

[whimsy] branch master updated: Unused

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 5ccf8d4  Unused
5ccf8d4 is described below

commit 5ccf8d475c391cef69d8854dd5603b5334f8e528
Author: Sebb <se...@apache.org>
AuthorDate: Sat Feb 19 12:36:18 2022 +0000

    Unused
---
 www/secretary/workbench/views/actions/incomplete.json.rb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/www/secretary/workbench/views/actions/incomplete.json.rb b/www/secretary/workbench/views/actions/incomplete.json.rb
index 84a8675..de62701 100644
--- a/www/secretary/workbench/views/actions/incomplete.json.rb
+++ b/www/secretary/workbench/views/actions/incomplete.json.rb
@@ -15,7 +15,6 @@ _extract_project
 task "email #{message.from}" do
   # build mail from template
   @email = message.from
-  @test2 = [@missing_address]
   missing_items = []
   missing_items << '- missing or incomplete postal address' if @missing_address == 'true'
   missing_items << '- missing email address' if @missing_email == 'true'