From 48205aa7d98275c8effbc21750449cb2461b0e57 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Fri, 14 Nov 2014 20:49:05 +0000 Subject: Removed debug messages (#18349). git-svn-id: http://svn.redmine.org/redmine/trunk@13594 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- lib/redmine/wiki_formatting.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/redmine/wiki_formatting.rb b/lib/redmine/wiki_formatting.rb index b1085a74a..1ab1e9c85 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) -- cgit v1.2.3