diff --git a/Common/onelabUtils.cpp b/Common/onelabUtils.cpp
index 7413762fa9fa4d39506b5d3008ae2c4e049398ca..6ac66c06991be18cddcf7d45ba95b490ed6f0f98 100644
--- a/Common/onelabUtils.cpp
+++ b/Common/onelabUtils.cpp
@@ -308,7 +308,7 @@ namespace onelabUtils {
     }
     else if(action == "reset"){
       setFirstComputationFlag(false);
-      OpenProject(GModel::current()->getFileName());
+      // nothing more to do: "check" will be called right afterwards
     }
     else if(action == "check"){
       if(onelab::server::instance()->getChanged("Gmsh") ||