From e1a8db6108b5941bcb0b1a09c31cf713add1be34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=BChnel?= Date: Wed, 15 Apr 2020 17:54:18 +0200 Subject: [PATCH] removed stray print statement --- scripts/run_cmake.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/run_cmake.py b/scripts/run_cmake.py index 0aed602..3199a74 100755 --- a/scripts/run_cmake.py +++ b/scripts/run_cmake.py @@ -114,7 +114,6 @@ def run_cmake(projects: str, repo_path: str, config_file_path: str = None, *, dr This version works on all operating systems. """ - print(dryrun) if config_file_path is None: script_dir = os.path.dirname(__file__) config_file_path = os.path.join(script_dir, 'run_cmake_config.yaml')