소스 검색

Remove TODO comment and issue link

Deniz Cengiz 3 달 전
부모
커밋
8d92eee9e6
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      Trio/Sources/APS/OpenAPSSwift/Logging/JSONCompare.swift

+ 0 - 3
Trio/Sources/APS/OpenAPSSwift/Logging/JSONCompare.swift

@@ -1,8 +1,5 @@
 import Foundation
 
-/// After the port from Javascript to Swift is complete, we should remove the logging module:
-/// https://github.com/nightscout/Trio-dev/issues/293
-
 enum JSONValue: Codable, Equatable {
     case string(String)
     case number(Double)