]> source.dussan.org Git - poi.git/commitdiff
bug 60742: remove commented out debugging code
authorJaven O'Neal <onealj@apache.org>
Fri, 17 Feb 2017 20:53:44 +0000 (20:53 +0000)
committerJaven O'Neal <onealj@apache.org>
Fri, 17 Feb 2017 20:53:44 +0000 (20:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1783470 13f79535-47bb-0310-9956-ffa450edef68

src/ooxml/testcases/org/apache/poi/xssf/TestXSSFCloneSheet.java

index 858cf4c4634d6a23625a8f13cb392b04e0bd3aec..a1b5bd85df6530ad2732b0294d0f99ec05a25e65 100644 (file)
@@ -83,13 +83,6 @@ public class TestXSSFCloneSheet  extends BaseTestCloneSheet {
         assertNotNull(wbBack);
         wbBack.close();
 
-        /*OutputStream str = new FileOutputStream("/tmp/60512.xlsx");
-        try {
-            wb.write(ostream);
-        } finally {
-            str.close();
-        }*/
-
         wb.close();
     }
 }