mirror of https://github.com/apache/poi.git
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
8c6bc19599
commit
1865032180
|
@ -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