]> source.dussan.org Git - redmine.git/commitdiff
Removed debug log (#14038).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 18 May 2013 09:31:43 +0000 (09:31 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 18 May 2013 09:31:43 +0000 (09:31 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11866 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/redcloth3.rb

index dbab20750a072416c522867f1b96b6f59b6485bb..cb22934432a5057dcc6fd69bacd7fc7f65bef72b 100644 (file)
@@ -530,7 +530,6 @@ class RedCloth3 < String
                 ratts, row = pba( $1, 'tr' ), $2 if row =~ /^(#{A}#{C}\. )(.*)/m
                 cells = []
                 row.split( /(\|)(?![^\[\|]*\]\])/ )[1..-2].each do |cell|
-                  Rails.logger.debug "cell: #{cell}"
                     next if cell == '|'
                     ctyp = 'd'
                     ctyp = 'h' if cell =~ /^_/