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/buz/recorder.cpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/csrc/buz/recorder.cpp b/csrc/buz/recorder.cpp index 30bf17a..4bfd370 100644 --- a/csrc/buz/recorder.cpp +++ b/csrc/buz/recorder.cpp @@ -96,9 +96,9 @@ //callback to frame index and path if(func_rec_info_){ func_rec_info_(file_frame_index_, file_path_); - logIt("recoder index %d, file name %s\n", file_frame_index_, file_path_.c_str()); + // logIt("recoder index %d, file name %s\n", file_frame_index_, file_path_.c_str()); }else{ - logIt("recorder has no func_rec_info"); + // logIt("recorder has no func_rec_info"); } } -- Gitblit v1.8.0