From eba900067ce085856b4481be533d0efa55cc72e8 Mon Sep 17 00:00:00 2001 From: Zach Dwiel Date: Tue, 20 Feb 2018 11:57:16 -0500 Subject: [PATCH] remove debug --- coach.py | 1 - 1 file changed, 1 deletion(-) diff --git a/coach.py b/coach.py index ea64644..74882bb 100644 --- a/coach.py +++ b/coach.py @@ -300,7 +300,6 @@ if __name__ == "__main__": "--worker_hosts={}".format(worker_hosts), "--job_name=ps", ] - print(' '.join(cmd)) parameter_server = Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE, bufsize=1) screen.log_title("*** Distributed Training ***")