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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to