aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rexml/parseexception.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rexml/parseexception.rb')
-rw-r--r--lib/rexml/parseexception.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/rexml/parseexception.rb b/lib/rexml/parseexception.rb
index 0fee3ae620..66a4214548 100644
--- a/lib/rexml/parseexception.rb
+++ b/lib/rexml/parseexception.rb
@@ -29,8 +29,6 @@ module REXML
err << "Position: #{position}\n"
err << "Last 80 unconsumed characters:\n"
err << @source.buffer[0..80].gsub(/\n/, ' ')
- err << "\n"
- err << @source.buffer[0..80].unpack("U*").inspect
end
err