Browse Source

清除打印

huzhiqiang 3 years ago
parent
commit
cc349cc609
1 changed files with 1 additions and 1 deletions
  1. 1 1
      BFFramework/Classes/PQGPUImage/Source/TwoStageOperation.swift

+ 1 - 1
BFFramework/Classes/PQGPUImage/Source/TwoStageOperation.swift

@@ -8,7 +8,7 @@ open class TwoStageOperation: BasicOperation {
     override func internalRenderFunction(_ inputFramebuffer: Framebuffer, textureProperties: [InputTextureProperties]) {
     override func internalRenderFunction(_ inputFramebuffer: Framebuffer, textureProperties: [InputTextureProperties]) {
         
         
         if inputFramebuffer.size.width == 0 && inputFramebuffer.size.height == 0 {
         if inputFramebuffer.size.width == 0 && inputFramebuffer.size.height == 0 {
-            HHZPrint("frame buffer data error")
+            BFLog(message: "frame buffer data error")
             return
             return
         }
         }