Skip to content
Snippets Groups Projects
Commit c32dc010 authored by Elliot Oram's avatar Elliot Oram
Browse files

Remove redundant error message for Container

Refs #13657
parent 505af8b4
No related branches found
No related tags found
No related merge requests found
......@@ -261,8 +261,6 @@ bool ApplyPaalmanPings::validate() {
MatrixWorkspace_sptr sampleWs;
uiv.addErrorMessage("Must use either container subtraction or corrections");
if (m_uiForm.dsCorrections->getCurrentDataName().compare("") == 0) {
uiv.addErrorMessage(
"Use Correction must contain a corrections file or workspace.");
......
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