From f27dd8048904961661af90bb0d6c6549e1e8a9ad Mon Sep 17 00:00:00 2001 From: fros4943 Date: Fri, 3 Oct 2008 13:18:29 +0000 Subject: [PATCH] removed interrupt output when simulation is stopped --- tools/cooja/java/se/sics/cooja/Simulation.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tools/cooja/java/se/sics/cooja/Simulation.java b/tools/cooja/java/se/sics/cooja/Simulation.java index b13ebe95d..5bd817157 100644 --- a/tools/cooja/java/se/sics/cooja/Simulation.java +++ b/tools/cooja/java/se/sics/cooja/Simulation.java @@ -24,7 +24,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: Simulation.java,v 1.25 2008/10/03 09:37:01 fros4943 Exp $ + * $Id: Simulation.java,v 1.26 2008/10/03 13:18:29 fros4943 Exp $ */ package se.sics.cooja; @@ -212,9 +212,6 @@ public class Simulation extends Observable implements Runnable { } } catch (InterruptedException e) { - if (isRunning) { - logger.warn("InterruptedException:" + e); - } } catch (IllegalArgumentException e) { logger.warn("llegalArgumentException:" + e); } catch (IllegalMonitorStateException e) {