diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-05-18 09:31:43 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-05-18 09:31:43 +0000 |
commit | 79c8fea12ff10fec6d0b7aa1821e0012e387f6c1 (patch) | |
tree | 371f955e1a9985c627bdc607a6cd9a70ce227463 | |
parent | 61dfab12fd72aa3546746a8354476a9572e0bf23 (diff) | |
download | redmine-79c8fea12ff10fec6d0b7aa1821e0012e387f6c1.tar.gz redmine-79c8fea12ff10fec6d0b7aa1821e0012e387f6c1.zip |
Removed debug log (#14038).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11866 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | lib/redcloth3.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/redcloth3.rb b/lib/redcloth3.rb index dbab20750..cb2293443 100644 --- a/lib/redcloth3.rb +++ b/lib/redcloth3.rb @@ -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 =~ /^_/ |