Skip to content

Commit 9b0fa52

Browse files
committed
chore: remove debug message
1 parent 9131302 commit 9b0fa52

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/reqif/high_precision_date_time.rb

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ class HighPrecisionDateTime < Lutaml::Model::Type::DateTime
55

66
# The format looks like this `2012-04-07T01:51:37.112+02:00`
77
def self.from_xml(xml_string)
8-
puts "HEREEEEEE"
98
::DateTime.parse(xml_string)
109
end
1110

0 commit comments

Comments
 (0)