bug 60742: remove commented out debugging code

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1783470 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Javen O'Neal 2017-02-17 20:53:44 +00:00
parent feee2b88c8
commit 9783654301
1 changed files with 0 additions and 7 deletions

View 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();
}
}