Skip to content
Snippets Groups Projects
Commit 1afb7131 authored by Janik Zikovsky's avatar Janik Zikovsky
Browse files

Refs #1456: commented out two std::cout lines that make the build report think...

Refs #1456: commented out two std::cout lines that make the build report think the test failed even though it did not.
parent 41b43c97
No related branches found
No related tags found
No related merge requests found
......@@ -152,12 +152,12 @@ void LoadEventPreNeXus::exec()
//Process the events into pixels
this->procEvents(localWorkspace);
std::cout << "LoadEventPreNeXus::procEvents() has completed.\n";
//std::cout << "LoadEventPreNeXus::procEvents() has completed.\n";
//Save output
this->setProperty(OUT_PARAM, localWorkspace);
std::cout << "LoadEventPreNeXus::output Workspace property has been set.\n";
//std::cout << "LoadEventPreNeXus::output Workspace property has been set.\n";
}
......
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