提交 b7c60806 编写于 作者: W wangguibao

CTR prediction profiling

上级 323e6c65
...@@ -632,7 +632,6 @@ class VersionedInferEngine : public InferEngine { ...@@ -632,7 +632,6 @@ class VersionedInferEngine : public InferEngine {
LOG(ERROR) << "Failed thrd clear version engine: " << iter->first; LOG(ERROR) << "Failed thrd clear version engine: " << iter->first;
return -1; return -1;
} }
LOG(INFO) << "Succ thrd clear version engine: " << iter->first;
} }
return 0; return 0;
} }
......
...@@ -208,7 +208,6 @@ int Resource::thread_clear() { ...@@ -208,7 +208,6 @@ int Resource::thread_clear() {
return -1; return -1;
} }
LOG(INFO) << bthread_self() << "Resource::thread_clear success";
// ... // ...
return 0; return 0;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册