From a52a149ce86fd85b831fea9065dd3f2a0371c0e5 Mon Sep 17 00:00:00 2001 From: Roberto Cortez Date: Mon, 3 Feb 2025 16:38:12 +0000 Subject: [PATCH] Remove System.out --- .../io/smallrye/config/ConfigSourceInterceptorTest.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/implementation/src/test/java/io/smallrye/config/ConfigSourceInterceptorTest.java b/implementation/src/test/java/io/smallrye/config/ConfigSourceInterceptorTest.java index 36616e45c..98509b6ec 100644 --- a/implementation/src/test/java/io/smallrye/config/ConfigSourceInterceptorTest.java +++ b/implementation/src/test/java/io/smallrye/config/ConfigSourceInterceptorTest.java @@ -268,13 +268,7 @@ public Value get() { } }; - System.out.println(first.get().value); - System.out.println(second.get().value); - value.value = "something else"; - - System.out.println(first.get().value); - System.out.println(second.get().value); } public static class Value {