From 0222d2482e96325eb2cca8b0905ff9bc1f2844ca Mon Sep 17 00:00:00 2001 From: Ben Wetherfield Date: Sat, 2 Nov 2019 12:25:48 -0700 Subject: [PATCH] Remove warnings --- Sources/XMLCoder/Decoder/XMLKeyedDecodingContainer.swift | 3 --- 1 file changed, 3 deletions(-) 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