Project

General

Profile

« Previous | Next » 

Revision 610

Added by berkley almost 24 years ago

commented out print statement

View differences:

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