瀏覽代碼

Remove TODO comment and issue link

Deniz Cengiz 4 月之前
父節點
當前提交
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)