1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-10-17 17:01:01 +00:00

Removed debug messages (#18349).

git-svn-id: http://svn.redmine.org/redmine/trunk@13599 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2014-11-14 21:58:44 +00:00
parent 8712a0f13e
commit f21a005fea

View File

@ -113,7 +113,6 @@ module Redmine
# Destructively replaces urls into clickable links
def auto_link!(text)
Rails.logger.debug text
text.gsub!(AUTO_LINK_RE) do
all, leading, proto, url, post = $&, $1, $2, $3, $6
if leading =~ /<a\s/i || leading =~ /![<>=]?/