1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-18 11:40:18 +01:00

remove debug

This commit is contained in:
Zach Dwiel
2018-02-20 11:56:50 -05:00
parent ef46e194af
commit d1bf83047c

View File

@@ -326,7 +326,6 @@ if __name__ == "__main__":
"--job_name=worker",
"--load_json={}".format(json_run_dict_path)]
print(' '.join(workers_args))
p = Popen(workers_args, stdout=subprocess.PIPE, stderr=subprocess.PIPE, bufsize=1)
if i != run_dict['num_threads']: