From 6b0a6fb38f13662005c754840404c9ef2fae7346 Mon Sep 17 00:00:00 2001 From: mazahner Date: Tue, 3 Jan 2017 13:19:04 +0100 Subject: [PATCH] again remove unrequired output --- Tools/px_process_params.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Tools/px_process_params.py b/Tools/px_process_params.py index 38a1eec52b..cba71e5669 100644 --- a/Tools/px_process_params.py +++ b/Tools/px_process_params.py @@ -143,7 +143,6 @@ def main(): use_scope = False pass if use_scope: - print(cmake_scope.scope) if not scanner.ScanDir([os.path.join(args.src_path, p) for p in cmake_scope.scope], parser): sys.exit(1) else: