removed stray print statement
This commit is contained in:
parent
537617af83
commit
e1a8db6108
1 changed files with 0 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue