Revision: 19715
          http://sourceforge.net/p/gate/code/19715
Author:   ian_roberts
Date:     2016-11-03 13:44:38 +0000 (Thu, 03 Nov 2016)
Log Message:
-----------
Turn off debug logging in the query parser

Modified Paths:
--------------
    mimir/trunk/mimir-core/src/gate/mimir/search/query/parser/QueryParser.java
    mimir/trunk/mimir-core/src/gate/mimir/search/query/parser/QueryParser.jj

Modified: 
mimir/trunk/mimir-core/src/gate/mimir/search/query/parser/QueryParser.java
===================================================================
--- mimir/trunk/mimir-core/src/gate/mimir/search/query/parser/QueryParser.java  
2016-11-03 02:23:14 UTC (rev 19714)
+++ mimir/trunk/mimir-core/src/gate/mimir/search/query/parser/QueryParser.java  
2016-11-03 13:44:38 UTC (rev 19715)
@@ -32,7 +32,7 @@
   // please note that this variable is updated only on certain occassions
   int column;
   int row;
-  boolean debug = true;
+  boolean debug = false;
 
   private static final OffsetComparator OFFSET_COMPARATOR = new 
OffsetComparator();
 

Modified: 
mimir/trunk/mimir-core/src/gate/mimir/search/query/parser/QueryParser.jj
===================================================================
--- mimir/trunk/mimir-core/src/gate/mimir/search/query/parser/QueryParser.jj    
2016-11-03 02:23:14 UTC (rev 19714)
+++ mimir/trunk/mimir-core/src/gate/mimir/search/query/parser/QueryParser.jj    
2016-11-03 13:44:38 UTC (rev 19715)
@@ -53,7 +53,7 @@
   // please note that this variable is updated only on certain occassions
   int column;
   int row;
-  boolean debug = true;
+  boolean debug = false;
 
   private static final OffsetComparator OFFSET_COMPARATOR = new 
OffsetComparator();
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to