diff --git a/mindspore/ccsrc/utils/context/ms_context.cc b/mindspore/ccsrc/utils/context/ms_context.cc index 1e2a5d6f09..6da1de9cdb 100644 --- a/mindspore/ccsrc/utils/context/ms_context.cc +++ b/mindspore/ccsrc/utils/context/ms_context.cc @@ -78,7 +78,6 @@ MsContext::MsContext(const std::string &policy, const std::string &target) { graph_memory_max_size_ = "0"; variable_memory_max_size_ = "0"; enable_loop_sink_ = target == kAscendDevice || target == kDavinciDevice; - MS_LOG(DEBUG) << "Create context with backend policy:" << policy << ", device target:" << target << "."; } std::shared_ptr MsContext::GetInstance() {