]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/other/rscript/rscript.cpp
Correcting verification exist parameter
[stg.git] / projects / stargazer / plugins / other / rscript / rscript.cpp
index 640fc95ba20858325d9a037afb0adb317b9bcfb7..5c94606b41a6905aa284db3039fc796d58197db1 100644 (file)
@@ -426,7 +426,6 @@ for(it = rsSettings.GetUserParams().begin();
     it != rsSettings.GetUserParams().end();
     ++it)
     {
-//    std::string parameter(GetUserParam(rsu.user, *it));
     std::string parameter(rsu.user->GetParamValue(it->c_str()));
     if (params.length() + parameter.length() > RS_PARAMS_LEN - 1)
         break;