summaryrefslogtreecommitdiff
path: root/lib/rexml/comment.rb
diff options
context:
space:
mode:
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