[dts] [PATCH V1] framework/dts:delete redundant log info

Haiyang Zhao haiyangx.zhao at intel.com
Wed Jan 22 06:47:09 CET 2020


Signed-off-by: Haiyang Zhao <haiyangx.zhao at intel.com>
---
 framework/dts.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/framework/dts.py b/framework/dts.py
index afe44b4..a637209 100644
--- a/framework/dts.py
+++ b/framework/dts.py
@@ -83,7 +83,6 @@ def dts_parse_param(config, section):
     try:
         shared_lib_parameters = config.get(section, 'shared_lib_param')
     except Exception as e:
-        log_handler.info("{}".format(e))
         shared_lib_parameters = ''
     shared_lib_parameters = shared_lib_parameters.split(':')
 
-- 
1.8.3.1



More information about the dts mailing list