jsonwang 3 سال پیش
والد
کامیت
13200f8de6
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      BFRecordScreenKit/Classes/RecordScreen/View/BFSubtitleEditView.swift

+ 1 - 1
BFRecordScreenKit/Classes/RecordScreen/View/BFSubtitleEditView.swift

@@ -127,7 +127,7 @@ extension BFSubtitleEditView: UITextViewDelegate{
             cShowHUB(superView: nil, msg: "不能输入表情")
             return false
         }
-        BFLog(message: "inputText \(String(describing: textView.text))")
+//        BFLog(message: "inputText \(String(describing: textView.text))")
  
         return true
     }