Skip to content

Commit cf95578

Browse files
committed
I removed it because there was a code I wasn't using
1 parent 9282266 commit cf95578

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-cloud-function-context/src/test/java/org/springframework/cloud/function/context/catalog/FunctionTypeUtilsTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ public void testFunctionTypeFrom() throws Exception {
7575

7676
Type targetType = ((ParameterizedType) innerWrapperType).getActualTypeArguments()[0];
7777
assertThat(targetType).isEqualTo(String.class);
78-
System.out.println();
7978
}
8079

8180
@Test

0 commit comments

Comments
 (0)