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 2020/10/05 10:03:55 UTC

[whimsy] branch master updated: Obsolete email

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 036bd5b  Obsolete email
036bd5b is described below

commit 036bd5bd234b18243a5415312bd5c46f5844afa7
Author: Sebb <se...@apache.org>
AuthorDate: Mon Oct 5 11:03:47 2020 +0100

    Obsolete email
---
 www/status/monitors/public_json.rb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/www/status/monitors/public_json.rb b/www/status/monitors/public_json.rb
index f77b1c4..81981c2 100644
--- a/www/status/monitors/public_json.rb
+++ b/www/status/monitors/public_json.rb
@@ -91,7 +91,6 @@ def Monitor.public_json(previous_status)
           # Save a copy of the log; append the severity so can track more problems
           file = File.basename(log)
           FileUtils.copy log, File.join(archive, file + '.' + lvl), preserve: true
-          $stderr.puts "Would send e-mail for #{name} #{lvl}"
           begin
             require 'mail'
             $LOAD_PATH.unshift '/srv/whimsy/lib'