Removed debug logging.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@591 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2002-02-22 07:28:29 +00:00
parent 7c5281188e
commit db1c460988
@@ -1,5 +1,5 @@
//
// $Id: Repository.java,v 1.9 2002/02/22 07:06:34 mdb Exp $
// $Id: Repository.java,v 1.10 2002/02/22 07:28:29 mdb Exp $
package robodj.repository;
@@ -144,8 +144,6 @@ public class Repository extends JORARepository
public Object invoke (Connection conn, DatabaseLiaison liaison)
throws PersistenceException, SQLException
{
System.out.println("looking up '" + match + "'.");
PreparedStatement stmt = null;
String query;