Index: P6ResultSet.java =================================================================== RCS file: /cvsroot/p6spy/p6spy/com/p6spy/engine/spy/P6ResultSet.java,v retrieving revision 1.6 diff -u -r1.6 P6ResultSet.java --- P6ResultSet.java 20 Jun 2003 20:09:07 -0000 1.6 +++ P6ResultSet.java 13 Dec 2005 01:48:53 -0000 @@ -149,7 +149,6 @@ buffer.append((String)resultMap.get(index)); comma = ", "; } - P6LogQuery.log("resultset", query, buffer.toString()); resultMap.clear(); } currRow++;