Skip to content

Commit 396f77e

Browse files
committed
build: remove system.out
1 parent 1da0e89 commit 396f77e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/jooby-apt/src/test/java/tests/i2417/Issue2417.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ public void shouldNotIgnoreAnnotationOnParam() throws Exception {
1919
new ProcessorRunner(new C2417())
2020
.withRouter(
2121
(app, source) -> {
22-
System.out.println(source);
2322
MockRouter router = new MockRouter(app);
2423
assertEquals(
2524
"2417",

0 commit comments

Comments
 (0)