1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-17 19:20:19 +01:00

remove debug

This commit is contained in:
Zach Dwiel
2018-02-20 13:04:52 -05:00
parent eba900067c
commit 4fe9cba445

View File

@@ -109,7 +109,6 @@ if __name__ == '__main__':
num_workers=preset.test_num_workers, num_workers=preset.test_num_workers,
log_file_name=log_file_name, log_file_name=log_file_name,
) )
print('cmd', cmd)
p = subprocess.Popen(cmd, shell=True, executable="/bin/bash", preexec_fn=os.setsid) p = subprocess.Popen(cmd, shell=True, executable="/bin/bash", preexec_fn=os.setsid)
# get the csv with the results # get the csv with the results