remove gratuitous output
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353643 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
53343d3f99
commit
04696951f1
@ -498,7 +498,6 @@ public class FormulaParser {
|
||||
try {
|
||||
return new IntPtg(number);
|
||||
} catch (NumberFormatException e) {
|
||||
System.out.println("Caught NFE, returning Number Ptg");
|
||||
return new NumberPtg(number);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user