Skip to content

Commit

Permalink
Refs #4338. Remove std::cout from LoadMuonNexus (left in by mistake).
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-Whitley committed Feb 20, 2012
1 parent 53def17 commit fbe6db5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Code/Mantid/Framework/DataHandling/src/LoadMuonNexus.cpp
Expand Up @@ -185,7 +185,6 @@ namespace Mantid
std::vector<double>defaultDeadTimes;
NXFloat deadTimes = root.openNXFloat("run/instrument/detector/deadtimes");
deadTimes.load();
std::cout << "\n\n" << deadTimes.size();

int length = deadTimes.dim0();
for (int i = 0; i < length; i++)
Expand Down

0 comments on commit fbe6db5

Please sign in to comment.