Skip to content

Commit 9ab6e6f

Browse files
committed
build: remove system.out
1 parent 60367c1 commit 9ab6e6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/jooby-apt/src/test/java/tests/i3756/Issue3756.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ public void shouldCompile() throws Exception {
1919
new ProcessorRunner(new C3756((S3756) s -> {}))
2020
.withRouter(
2121
(app, source) -> {
22-
System.out.println(source);
2322
var routes = app.getRoutes();
2423
assertNotNull(routes);
2524
assertFalse(routes.isEmpty());

0 commit comments

Comments
 (0)