diff --git a/Sources/XMLCoder/Decoder/XMLKeyedDecodingContainer.swift b/Sources/XMLCoder/Decoder/XMLKeyedDecodingContainer.swift index 562009aa..8a4fc734 100644 --- a/Sources/XMLCoder/Decoder/XMLKeyedDecodingContainer.swift +++ b/Sources/XMLCoder/Decoder/XMLKeyedDecodingContainer.swift @@ -249,11 +249,8 @@ extension XMLKeyedDecodingContainer { return [] } } else { - #warning("TODO: just return keyedBox.elements[key.stringValue]") return keyedBox.elements[key.stringValue].map { if let singleKeyed = $0 as? SingleKeyedBox { - #warning("Don't get rid of key info just yet!") - // return singleKeyed.element return singleKeyed } else { return $0