فهرست منبع

remove debug print

polscm32 aka Marvout 1 سال پیش
والد
کامیت
2dfb2454d3
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      FreeAPS/Sources/APS/Storage/GlucoseStorage.swift

+ 0 - 2
FreeAPS/Sources/APS/Storage/GlucoseStorage.swift

@@ -82,8 +82,6 @@ final class BaseGlucoseStorage: GlucoseStorage, Injectable {
                         glucoseEntry.date = entry.dateString
                         glucoseEntry.direction = entry.direction?.rawValue
                         glucoseEntry.isUploadedToNS = false /// the value is not uploaded to NS (yet)
-                        debugPrint("\(DebuggingIdentifiers.failed)")
-                        debugPrint("\(String(describing: glucoseEntry.direction))")
                         return false // Continue processing
                     }
                 )