We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9131302 commit 9b0fa52Copy full SHA for 9b0fa52
lib/reqif/high_precision_date_time.rb
@@ -5,7 +5,6 @@ class HighPrecisionDateTime < Lutaml::Model::Type::DateTime
5
6
# The format looks like this `2012-04-07T01:51:37.112+02:00`
7
def self.from_xml(xml_string)
8
- puts "HEREEEEEE"
9
::DateTime.parse(xml_string)
10
end
11
0 commit comments