Revision 610
Added by berkley almost 24 years ago
src/edu/ucsb/nceas/metacat/DBQuery.java | ||
---|---|---|
205 | 205 |
if(hasBtRows) |
206 | 206 |
{ //there was a backtrackable document found |
207 | 207 |
DocumentImpl xmldoc = null; |
208 |
System.out.println("document found is: " + btrs.getString(1)); |
|
208 |
//System.out.println("document found is: " + btrs.getString(1));
|
|
209 | 209 |
MetacatURL objURL = new MetacatURL(btrs.getString(1)); |
210 | 210 |
try |
211 | 211 |
{ |
Also available in: Unified diff
commented out print statement