Skip to content
Snippets Groups Projects
Commit 9a30e631 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

remove msg

parent d0391c45
No related branches found
No related tags found
No related merge requests found
......@@ -886,7 +886,8 @@ void Msg::InitializeOnelab(const std::string &name, const std::string &sockname)
std::vector<onelab::string> ps;
_onelabClient->get(ps, name + "/Action");
if(ps.size()){
Info("Performing ONELAB '%s'", ps[0].getValue().c_str());
//removed message, as terminal is set to 1 when we get here
//Info("Performing ONELAB '%s'", ps[0].getValue().c_str());
if(ps[0].getValue() == "initialize") Exit(0);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment