jsonwang 3 lat temu
rodzic
commit
ee4922f97a

+ 1 - 1
BFFramework/Classes/Stuckpoint/View/PQStuckPointCuttingView.swift

@@ -293,7 +293,7 @@ class PQStuckPointCuttingView: UIView {
     func updateProgress(progress: CGFloat) {
         
         if(progress <= 0 || lineLayerArray.count == 0 || progress.isNaN){
-            BFLog(message: "progress is error ")
+            BFLog(message: "progress is error \(progress) lineLayerArray \(lineLayerArray)")
             return
         }