]> source.dussan.org Git - poi.git/commitdiff
remove println
authorTim Allison <tallison@apache.org>
Mon, 31 Oct 2016 19:03:06 +0000 (19:03 +0000)
committerTim Allison <tallison@apache.org>
Mon, 31 Oct 2016 19:03:06 +0000 (19:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1767354 13f79535-47bb-0310-9956-ffa450edef68

src/ooxml/testcases/org/apache/poi/xwpf/extractor/TestXWPFWordExtractor.java

index a68d761a79b1cc7e15b143de8d145f81f719a2f1..cf1ba0a6b78e6addc10adf333a6e77e3164f3893 100644 (file)
@@ -399,7 +399,6 @@ public class TestXWPFWordExtractor extends TestCase {
 
     public void testCheckboxes() throws IOException {
         XWPFDocument doc = XWPFTestDataSamples.openSampleDocument("checkboxes.docx");
-        System.out.println(doc);
         XWPFWordExtractor extractor = new XWPFWordExtractor(doc);
 
         assertEquals("This is a small test for checkboxes \nunchecked: |_| \n" +