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 2021/02/14 16:21:20 UTC

[whimsy] branch master updated: Code moved to mail.rb

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 435e312  Code moved to mail.rb
435e312 is described below

commit 435e312df7fd232d62e522e4fcb4578b9c877e94
Author: Sebb <se...@apache.org>
AuthorDate: Sun Feb 14 16:21:11 2021 +0000

    Code moved to mail.rb
---
 lib/whimsy/asf/mlist.rb | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/lib/whimsy/asf/mlist.rb b/lib/whimsy/asf/mlist.rb
index 753b406..beb65be 100644
--- a/lib/whimsy/asf/mlist.rb
+++ b/lib/whimsy/asf/mlist.rb
@@ -403,10 +403,6 @@ module ASF
 end
 
 if __FILE__ == $0
-  $i = 0
-  ASF::MLIST.list_flags() { $i += 1 }
-  p $i
-  exit
   domain = ARGV.shift || 'whimsical'
   p  ASF::MLIST.list_subscribers(domain)
   p  ASF::MLIST.list_subscribers(domain, false, false, true)