Skip to content
Snippets Groups Projects
Commit 48e23f18 authored by Mikhail Svechnikov's avatar Mikhail Svechnikov
Browse files

SimulationView::validateSimulationSetup : rm qInfo

parent 683e3f77
No related branches found
No related tags found
1 merge request!1001GUI: show error bars for loaded reflectivity data
Pipeline #72790 canceled
......@@ -217,10 +217,6 @@ QString SimulationView::validateSimulationSetup(bool validateRealData) const
if (!selectedInstrument())
append("No instrument selected");
qInfo() << "";
qInfo() << "-------------------------------------------";
qInfo() << "instr" << selectedInstrument() << selectedInstrument()->id() << selectedRealData()->instrumentId();
qInfo() << "alignedWith" << (selectedInstrument()->alignedWith(selectedRealData()));
if (validateRealData && selectedRealData() && selectedInstrument()
&& !selectedInstrument()->alignedWith(selectedRealData()))
append("The experimental data does not fit in the selected instrument. Try linking "
......
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