Skip to content

Commit

Permalink
Removed an unnecessary warning log. Refs #8685.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzhou committed Apr 15, 2014
1 parent 39f169c commit 46e9acd
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Code/Mantid/Framework/Algorithms/src/GenerateEventsFilter.cpp
Expand Up @@ -1682,12 +1682,9 @@ namespace Algorithms
// Impossible situation
throw runtime_error("Impossible situation.");
}
else
{
// Stop time of previous splitter is the start time of this splitter. Nothing need to do
g_log.warning() << "Stop time of previous splitter " << lasttime << " is the start time of this splitter "
<< start << ". Nothing need to do.\n";
}

// The last situation is "Stop time of previous splitter is the start time of this splitter".
// No action is required to take

// Complete this splitter, i.e., stoptime and group
// Stop time of splitter
Expand Down

0 comments on commit 46e9acd

Please sign in to comment.