From f55b387df0f473574f82c83da0c4c821829f35a7 Mon Sep 17 00:00:00 2001 From: niuliling123 <51102941+niuliling123@users.noreply.github.com> Date: Tue, 25 Apr 2023 21:02:37 +0800 Subject: [PATCH] Remove a LOG(INFO). test=document_fix (#53056) (#53324) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除过多的日志打印 --- paddle/fluid/eager/auto_code_generator/generator/python_c_gen.py | 1 - 1 file changed, 1 deletion(-) diff --git a/paddle/fluid/eager/auto_code_generator/generator/python_c_gen.py b/paddle/fluid/eager/auto_code_generator/generator/python_c_gen.py index d02b6243130..e1429b48ed3 100644 --- a/paddle/fluid/eager/auto_code_generator/generator/python_c_gen.py +++ b/paddle/fluid/eager/auto_code_generator/generator/python_c_gen.py @@ -122,7 +122,6 @@ NOAMP_DYGRAPH_FUNCTION_TEMPLATE = "decltype({}({})) out = {}({});" FUNCTION_SET_DEVICE_TEMPLATE = """{} - LOG(INFO)<<"this is SetPythonStack"; SetPythonStack(); if (paddle::platform::is_gpu_place(place)) {{ #if defined(PADDLE_WITH_CUDA) || defined(PADDLE_WITH_HIP) -- GitLab