summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2014-11-14 21:58:44 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2014-11-14 21:58:44 +0000
commitf21a005fea463a579512f2e4888693255187dd45 (patch)
treed115fced965d61d40f968f85e9b7ed3321346bfa
parent8712a0f13e0522dd804c86d9743479d6ee65c235 (diff)
downloadredmine-f21a005fea463a579512f2e4888693255187dd45.tar.gz
redmine-f21a005fea463a579512f2e4888693255187dd45.zip
Removed debug messages (#18349).
git-svn-id: http://svn.redmine.org/redmine/trunk@13599 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--lib/redmine/wiki_formatting.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/redmine/wiki_formatting.rb b/lib/redmine/wiki_formatting.rb
index 1ab1e9c85..408dd7ca1 100644
--- a/lib/redmine/wiki_formatting.rb
+++ b/lib/redmine/wiki_formatting.rb
@@ -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 =~ /![<>=]?/