diff --git a/Common/GmshMessage.cpp b/Common/GmshMessage.cpp
index d0db92abc8527a181f4be7275f4e4f23ee41ea9d..979e00d14ee4b9d3f1392b33159ae56aab6ae903 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);
     }
   }