From 60545c4d86fd97f3987007f0c737304b388d3a23 Mon Sep 17 00:00:00 2001 From: simson <526422051@qq.com> Date: Mon, 27 Apr 2020 17:38:03 +0800 Subject: [PATCH] delete useless log --- mindspore/ccsrc/utils/context/ms_context.cc | 1 - 1 file changed, 1 deletion(-) 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() {