Skip to content
Snippets Groups Projects
Commit 922789aa authored by Doucet, Mathieu's avatar Doucet, Mathieu
Browse files

Re #6929 Remove warning as agreed

parent e44a880a
No related merge requests found
......@@ -623,10 +623,6 @@ void SaveCanSAS1D::createSASProcessElement(std::string& sasProcess)
{
user_file = run.getLogData("UserFile")->value();
}
else
{
g_log.warning()<< "Run does not contain \"UserFile\" information. A blank entry will be written." <<std::endl;
}
std::string sasProcuserfile="\n\t\t\t<term name=\"user_file\">";
sasProcuserfile+=user_file;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment