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/08/28 13:28:09 UTC

[whimsy] branch master updated: Drop debug

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 4acc2d2  Drop debug
4acc2d2 is described below

commit 4acc2d29674c2b71d52107eb37777edcd89e0156
Author: Sebb <se...@apache.org>
AuthorDate: Sat Aug 28 14:28:03 2021 +0100

    Drop debug
---
 tools/download_check.rb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tools/download_check.rb b/tools/download_check.rb
index 89abffb..68c531d 100755
--- a/tools/download_check.rb
+++ b/tools/download_check.rb
@@ -464,8 +464,6 @@ def _checkDownloadPage(path, tlp, version)
   body.scan(%r{(gpg[[:space:]]+(.+?)(?:import|verify))}) { |m|
     pfx = m[1]
     unless pfx == '--'
-      $stderr.puts m.inspect
-      $stderr.puts m[0]
       W "gpg requires -- before qualifiers, not #{pfx.inspect}: #{m[0].strip}"
     end
   }