From 46e9acd2dabb0db97145f16ff5fe50b1a14d3000 Mon Sep 17 00:00:00 2001 From: Wenduo Zhou Date: Tue, 15 Apr 2014 13:20:30 -0400 Subject: [PATCH] Removed an unnecessary warning log. Refs #8685. --- .../Framework/Algorithms/src/GenerateEventsFilter.cpp | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Code/Mantid/Framework/Algorithms/src/GenerateEventsFilter.cpp b/Code/Mantid/Framework/Algorithms/src/GenerateEventsFilter.cpp index 6ff636e6bc17..8da0697a4830 100644 --- a/Code/Mantid/Framework/Algorithms/src/GenerateEventsFilter.cpp +++ b/Code/Mantid/Framework/Algorithms/src/GenerateEventsFilter.cpp @@ -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