Remove a line of debugging. (Thanks to Ralph who spotted it)
[cql-java-moved-to-github.git] / src / org / z3950 / zing / cql / CQLTermNode.java
index 1a7cdd2..8249227 100644 (file)
@@ -1,4 +1,4 @@
-// $Id: CQLTermNode.java,v 1.19 2003-01-13 13:08:59 mike Exp $
+// $Id: CQLTermNode.java,v 1.20 2003-03-04 18:06:11 mike Exp $
 
 package org.z3950.zing.cql;
 import java.util.Properties;
@@ -12,7 +12,7 @@ import java.util.Vector;
  * these must be provided - you can't have a qualifier without a
  * relation or vice versa.
  *
- * @version    $Id: CQLTermNode.java,v 1.19 2003-01-13 13:08:59 mike Exp $
+ * @version    $Id: CQLTermNode.java,v 1.20 2003-03-04 18:06:11 mike Exp $
  */
 public class CQLTermNode extends CQLNode {
     private String qualifier;
@@ -217,7 +217,6 @@ public class CQLTermNode extends CQLNode {
            text = text.substring(0, len-1);
 
        String attr, attrList, term = maybeQuote(text);
-       System.out.println("in CQLTermNode.toType1BER(): PQF=" + toPQF(config));
        byte[] operand = new byte[text.length()+100];
        int i, j, offset, type, value;
        offset = putTag(CONTEXT, 0, CONSTRUCTED, operand, 0); // op