Commit ca54336f authored by Dominik Charousset's avatar Dominik Charousset

don't write output of client into a text file

parent 430c1fad
......@@ -118,7 +118,7 @@ int main(int argc, char** argv) {
}
while (!success);
std::ostringstream oss;
oss << app_path << " run=remote_actor port=" << port << " &>client.txt";
oss << app_path << " run=remote_actor port=" << port;// << " &>client.txt";
// execute client_part() in a separate process,
// connected via localhost socket
std::thread child([&oss]() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment