Browse Source

关闭 LOG

jsonwang 3 years ago
parent
commit
f1746a209d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      BFFramework/Classes/PQGPUImage/akfilters/PQBaseFilter.swift

+ 2 - 2
BFFramework/Classes/PQGPUImage/akfilters/PQBaseFilter.swift

@@ -11,8 +11,8 @@ import UIKit
 // 时间精度
 public let BASE_FILTER_TIMESCALE:Int32 = 1_000_000
 
-// 是否打印 filter 相关 LOG 默认为关闭状态 (0 为关闭)
-let BASE_FILTER_ENABLE_LOG: Int = 1
+// 是否打印 filter 相关 LOG 默认为关闭状态 (0 为关闭) FilterLog 会影响性能不查看时一定要关闭
+let BASE_FILTER_ENABLE_LOG: Int = 0
 /** 打印 */
 func FilterLog<T>( _ type : Int = 0,message: T) {