From 9a30e6317840ba01e2dfc04ce697389ed615396e Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Thu, 18 Aug 2016 07:50:00 +0000 Subject: [PATCH] remove msg --- Common/GmshMessage.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Common/GmshMessage.cpp b/Common/GmshMessage.cpp index d0db92abc8..979e00d14e 100644 --- a/Common/GmshMessage.cpp +++ b/Common/GmshMessage.cpp @@ -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); } } -- GitLab