mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +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:
parent
8712a0f13e
commit
f21a005fea
@ -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 =~ /![<>=]?/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user