Browse Source

Removed debug log (#14038).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11866 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/2.4.0
Jean-Philippe Lang 11 years ago
parent
commit
79c8fea12f
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      lib/redcloth3.rb

+ 0
- 1
lib/redcloth3.rb View File

ratts, row = pba( $1, 'tr' ), $2 if row =~ /^(#{A}#{C}\. )(.*)/m ratts, row = pba( $1, 'tr' ), $2 if row =~ /^(#{A}#{C}\. )(.*)/m
cells = [] cells = []
row.split( /(\|)(?![^\[\|]*\]\])/ )[1..-2].each do |cell| row.split( /(\|)(?![^\[\|]*\]\])/ )[1..-2].each do |cell|
Rails.logger.debug "cell: #{cell}"
next if cell == '|' next if cell == '|'
ctyp = 'd' ctyp = 'd'
ctyp = 'h' if cell =~ /^_/ ctyp = 'h' if cell =~ /^_/

Loading…
Cancel
Save