remove temporary jenkins debug output

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800263 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2017-06-29 10:49:22 +00:00
parent ba37eb9a29
commit a160ee7b5e
1 changed files with 0 additions and 7 deletions

View File

@ -190,13 +190,6 @@ public class TestSignatureInfo {
getSignatureDocument().getSignature().getSignatureValue().getStringValue();
assertEquals(signExp, signAct);
if (new File("build").exists()) {
// write out to build, for further comparison between local and Jenkins box
FileOutputStream fos = new FileOutputStream("build/TestSignatureInfo.xlsx");
bos.writeTo(fos);
fos.close();
}
pkg2.close();
wb2.close();
}