]> source.dussan.org Git - redmine.git/commitdiff
Removed debug messages (#18349).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 14 Nov 2014 21:58:44 +0000 (21:58 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 14 Nov 2014 21:58:44 +0000 (21:58 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@13599 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/redmine/wiki_formatting.rb

index 1ab1e9c85681cdf7a4e2e1afa63c6cda6548335c..408dd7ca141bf70a283f10517b3aeb279fce7db4 100644 (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 =~ /![<>=]?/