You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ba...@apache.org on 2008/05/11 23:04:37 UTC

svn commit: r655372 - /james/jsieve/trunk/src/main/java/org/apache/jsieve/comparators/ComparatorUtils.java

Author: bago
Date: Sun May 11 14:04:36 2008
New Revision: 655372

URL: http://svn.apache.org/viewvc?rev=655372&view=rev
Log:
Remove debug output

Modified:
    james/jsieve/trunk/src/main/java/org/apache/jsieve/comparators/ComparatorUtils.java

Modified: james/jsieve/trunk/src/main/java/org/apache/jsieve/comparators/ComparatorUtils.java
URL: http://svn.apache.org/viewvc/james/jsieve/trunk/src/main/java/org/apache/jsieve/comparators/ComparatorUtils.java?rev=655372&r1=655371&r2=655372&view=diff
==============================================================================
--- james/jsieve/trunk/src/main/java/org/apache/jsieve/comparators/ComparatorUtils.java (original)
+++ james/jsieve/trunk/src/main/java/org/apache/jsieve/comparators/ComparatorUtils.java Sun May 11 14:04:36 2008
@@ -79,7 +79,6 @@
         // TODO Is there a way to re-use the compiled pattern?
         try {
             String regex = sieveToJavaRegex(glob);
-            System.err.println(regex);
             return Pattern.compile(regex, Pattern.CASE_INSENSITIVE).matcher(
                     string).matches();
         } catch (PatternSyntaxException e) {



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org