From d91a3f4b164691827823d2551404e7d816d2b562 Mon Sep 17 00:00:00 2001 From: Nelson Tavares de Sousa <ntd@informatik.uni-kiel.de> Date: Thu, 16 Apr 2015 17:00:46 +0200 Subject: [PATCH] removed println --- .../framework/exceptionHandling/ExceptionHandlingTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/java/teetime/framework/exceptionHandling/ExceptionHandlingTest.java b/src/test/java/teetime/framework/exceptionHandling/ExceptionHandlingTest.java index d6237ed4..75dda23a 100644 --- a/src/test/java/teetime/framework/exceptionHandling/ExceptionHandlingTest.java +++ b/src/test/java/teetime/framework/exceptionHandling/ExceptionHandlingTest.java @@ -57,7 +57,6 @@ public class ExceptionHandlingTest { } catch (RuntimeException e) { // TODO: handle exception } - System.out.println(i); } } } -- GitLab