From 51e5858dda6fb386024df0dce2bc38270f1bff02 Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期五, 26 七月 2019 10:59:28 +0800
Subject: [PATCH] remove log

---
 csrc/wrapper.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/csrc/wrapper.cpp b/csrc/wrapper.cpp
index 0b7b6ca..892b693 100644
--- a/csrc/wrapper.cpp
+++ b/csrc/wrapper.cpp
@@ -292,7 +292,7 @@
         index = info.file_frame_index;
         path = info.file_path;
         list_rec_.pop_front();
-        logIt("go get info index: %d, file: %s\n", index, path.c_str());
+        // logIt("go get info index: %d, file: %s\n", index, path.c_str());
     }
 
     ////////decoder

--
Gitblit v1.8.0