Skip to content
Snippets Groups Projects
Commit 02fcc32a authored by Matthew D Jones's avatar Matthew D Jones
Browse files

Re #13302 Removed temporary debug message

parent 35a293d0
No related branches found
No related tags found
No related merge requests found
......@@ -1193,13 +1193,9 @@ bool LoadISISNexus2::findSpectraDetRangeInFile(
m_loadBlockInfo = m_monBlockInfo;
}
g_log.debug() << "Number of monitors nmons: "
<< nmons << std::endl;
if (ndets == 0) {
separateMonitors = false; // only monitors in the main workspace. No
// detectors. Will be loaded in the main workspace
// Function exit point
return separateMonitors;
}
......
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