Skip to content

Commit e802b4a

Browse files
committed
remove unwanted logs
1 parent a613580 commit e802b4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/itest/CryostatTemplateIT.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ void setup() throws Exception {
5353
@Test
5454
public void shouldHaveCryostatTemplate() throws Exception {
5555
XMLModel model = EventConfiguration.createModel(file);
56-
System.out.println("+++" + model);
5756
model.checkErrors();
5857

5958
Assertions.assertFalse(model.hasErrors());

0 commit comments

Comments
 (0)