removed debug output
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352986 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f50181689f
commit
9645f12748
@ -217,7 +217,7 @@ public class HSSFEventFactory
|
|||||||
{
|
{
|
||||||
in.read(data);
|
in.read(data);
|
||||||
}
|
}
|
||||||
System.out.println("creating "+sid);
|
//System.out.println("creating "+sid);
|
||||||
Record[] recs = RecordFactory.createRecord(sid, size,
|
Record[] recs = RecordFactory.createRecord(sid, size,
|
||||||
data);
|
data);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user