You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2021/09/07 10:55:08 UTC

[brooklyn-docs] branch master updated: remove unnecessary output

This is an automated email from the ASF dual-hosted git repository.

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 570e5a9  remove unnecessary output
570e5a9 is described below

commit 570e5a9827b380e5694a4740bcb847fd62abab31
Author: Alex Heneveld <al...@cloudsoftcorp.com>
AuthorDate: Tue Sep 7 11:54:54 2021 +0100

    remove unnecessary output
---
 _plugins/jekyll_relative_links.rb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/_plugins/jekyll_relative_links.rb b/_plugins/jekyll_relative_links.rb
index 4ed14d9..2882abc 100644
--- a/_plugins/jekyll_relative_links.rb
+++ b/_plugins/jekyll_relative_links.rb
@@ -108,9 +108,7 @@ module JekyllRelativeLinks
       content.dup.gsub(LINK_REGEX) do |original|
         link = link_parts(Regexp.last_match)
 
-        puts "link #{link}"
         if (link.path == "" && link.fragment == "" && link.text && link.text.start_with?("http"))
-          puts "empty link #{link}"
           link.path = link.text
 
         else