mirror of
https://github.com/redmine/redmine.git
synced 2026-03-06 20:41:27 +01:00
Removed debug log (#14038).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11866 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -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 =~ /^_/
|
||||
|
||||
Reference in New Issue
Block a user