mirror of https://github.com/apache/nifi.git
NIFI-309 removing print statement
This commit is contained in:
parent
3b33d41cc3
commit
be78efc010
|
@ -69,7 +69,6 @@ public class ProcessorDocumentationWriterTest {
|
||||||
assertNotContains(results, "No description provided.");
|
assertNotContains(results, "No description provided.");
|
||||||
assertNotContains(results, "No Tags provided.");
|
assertNotContains(results, "No Tags provided.");
|
||||||
assertNotContains(results, "Additional Details...");
|
assertNotContains(results, "Additional Details...");
|
||||||
System.out.println(results);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|
Loading…
Reference in New Issue