Project

General

Profile

« Previous | Next » 

Revision 674

Added by berkley almost 24 years ago

removed print statements

View differences:

src/edu/ucsb/nceas/metacat/DBQuery.java
282 282

  
283 283
          // Advance to the next record in the cursor
284 284
          tableHasRows = rs.next();
285
          System.out.println("next1");
286 285
        }
287
        System.out.println("rs1.close");
288 286
        rs.close();
289 287
        //pstmt.close();
290 288
        
......
327 325
            document.append("</param>");
328 326

  
329 327
            tableHasRows = rs.next();
330
            System.out.println("next2");
331 328
            if(docListResult.containsKey(docid))
332 329
            {
333 330
              String removedelement = (String)docListResult.remove(docid);
......
338 335
              docListResult.put(docid, document.toString()); 
339 336
            }
340 337
          }
341
          System.out.println("rs2.close");
342 338
          rs.close();
343 339
        }
344 340

  
......
388 384
              }
389 385
            }
390 386
            tableHasRows = rs.next();
391
            System.out.println("next3");
392 387
          }
393 388
          rs.close();
394
          System.out.println("rs3.close");
395
          System.out.println("pstmt.close()");
396 389
          pstmt.close();
397 390
        }
398 391
        

Also available in: Unified diff