From 48205aa7d98275c8effbc21750449cb2461b0e57 2014-11-14 20:49:05 From: Jean-Philippe Lang Date: 2014-11-14 20:49:05 Subject: [PATCH] Removed debug messages (#18349). git-svn-id: http://svn.redmine.org/redmine/trunk@13594 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/lib/redmine/wiki_formatting.rb b/lib/redmine/wiki_formatting.rb index b1085a7..1ab1e9c 100644 --- a/lib/redmine/wiki_formatting.rb +++ b/lib/redmine/wiki_formatting.rb @@ -113,12 +113,9 @@ module Redmine # Destructively replaces urls into clickable links def auto_link!(text) - Rails.logger.debug "=====================" Rails.logger.debug text - Rails.logger.debug "=====================" text.gsub!(AUTO_LINK_RE) do all, leading, proto, url, post = $&, $1, $2, $3, $6 - Rails.logger.debug all if leading =~ /=]?/ # don't replace URLs that are already linked # and URLs prefixed with ! !> !< != (textile images)