Revision 6034
Added by ben leinfelder almost 14 years ago
src/edu/ucsb/nceas/metacat/DocumentImpl.java | ||
---|---|---|
3732 | 3732 |
|
3733 | 3733 |
try { |
3734 | 3734 |
if (!nodedata.trim().equals("")) { |
3735 |
System.out.println(nodedata); |
|
3736 | 3735 |
|
3737 | 3736 |
try { |
3738 | 3737 |
double dataNumeric = Double.parseDouble(nodedata); |
... | ... | |
3762 | 3761 |
|
3763 | 3762 |
count++; |
3764 | 3763 |
if (count%5 == 0) { |
3765 |
System.out.println(count + "...");
|
|
3764 |
logMetacat.info(count + "...");
|
|
3766 | 3765 |
} |
3767 | 3766 |
|
3768 | 3767 |
} |
Also available in: Unified diff
remove System.out statements in favor of logging