Skip to content

Commit

Permalink
Remove a debug statement.
Browse files Browse the repository at this point in the history
The method is most often called in a loop so floods the log messages.
Refs #10470
  • Loading branch information
martyngigg committed Nov 26, 2014
1 parent 1b994cc commit bbe3809
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Code/Mantid/Framework/API/src/ExperimentInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ namespace API
{
if(m_detgroups.empty())
{
g_log.debug("No detector mapping cached, getting detector from instrument");
return getInstrument()->getDetector(detID);
}
else
Expand Down

0 comments on commit bbe3809

Please sign in to comment.