Skip to content

Commit

Permalink
Refs #4814. Removed debug print.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Feb 21, 2012
1 parent e6d4c95 commit b285d08
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ namespace Mantid
{
checkForMask = ((instrument->getSource() != NULL) && (instrument->getSample() != NULL));
}
std::cout << "checkForMask = " << checkForMask << std::endl; // REMOVE

PARALLEL_FOR1(input)
for (int i = 0; i < nhists; ++i)
Expand Down

0 comments on commit b285d08

Please sign in to comment.