@@ -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
}