From 25177283867f8930a27533d40c125ff7e0862f87 Mon Sep 17 00:00:00 2001 From: weety <494406036@qq.com> Date: Wed, 28 Aug 2019 17:24:16 +0800 Subject: [PATCH] Remove unused debug code. --- tools/gcc.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/gcc.py b/tools/gcc.py index 0b5b2c3a20..525e11c44b 100644 --- a/tools/gcc.py +++ b/tools/gcc.py @@ -34,10 +34,8 @@ def GetGCCRoot(rtconfig): if exec_path == '/usr/bin': root_path = os.path.join('/usr/lib', prefix) - print(root_path) else: root_path = os.path.join(exec_path, '..', prefix) - print(root_path) return root_path -- GitLab