Set DEBUG=false; Set DEBUG=true only for developer tests
authorkhartlage <khartlage>
Sun, 8 Jun 2003 17:29:06 +0000 (17:29 +0000)
committerkhartlage <khartlage>
Sun, 8 Jun 2003 17:29:06 +0000 (17:29 +0000)
net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/php/PHPPartitionScanner.java

index c4715e0..072f30b 100644 (file)
@@ -6,7 +6,7 @@
  * Created on 05.03.2003
  *
  * @author Stefan Langer (musk)
- * @version $Revision: 1.17 $
+ * @version $Revision: 1.18 $
  */
 package net.sourceforge.phpeclipse.phpeditor.php;
 
@@ -20,7 +20,7 @@ import org.eclipse.jface.text.rules.*;
  */
 public class PHPPartitionScanner implements IPartitionTokenScanner
 {
-    private static final boolean DEBUG = true;
+    private static final boolean DEBUG = false;
     private boolean fInString = false;
     private boolean fInDoubString = false;
     private IDocument fDocument = null;