Skip to content

Commit da0f48e

Browse files
committed
Remove debug println statement from test
1 parent 66ec8b2 commit da0f48e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/test/java/io/apicurio/registry/noprofile/rest/v3/AllYamlTest.java

-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ public class AllYamlTest extends AbstractResourceTestBase {
9292

9393
@Test
9494
public void testCreateYamlArtifact() throws Exception {
95-
System.out.println(YAML_CONTENT);
9695
String groupId = TestUtils.generateGroupId();
9796
String artifactId = TestUtils.generateArtifactId();
9897

0 commit comments

Comments
 (0)