aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rexml/comment.rb
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-21 03:10:27 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-21 03:10:27 +0000
commitbe1206c0ace306ebfbb3ab9ddd1cfec8fee230a9 (patch)
tree1462414ddae06cd621290b057d92c31d6935204b /lib/rexml/comment.rb
parent091cdca65ed229146ed1f9f1eb4c80edfe4b504b (diff)
downloadruby-be1206c0ace306ebfbb3ab9ddd1cfec8fee230a9.tar.gz
* lib/rexml/**/*.rb: removed commented-out code.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47662 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rexml/comment.rb')
-rw-r--r--lib/rexml/comment.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rexml/comment.rb b/lib/rexml/comment.rb
index 42a040c456..000b03dddd 100644
--- a/lib/rexml/comment.rb
+++ b/lib/rexml/comment.rb
@@ -21,7 +21,6 @@ module REXML
# should be nil, not supplied, or a Parent to be set as the parent
# of this object
def initialize( first, second = nil )
- #puts "IN COMMENT CONSTRUCTOR; SECOND IS #{second.type}"
super(second)
if first.kind_of? String
@string = first