[infinispan-commits] Infinispan SVN: r2102 - trunk/query/src/main/java/org/infinispan/query/backend.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Tue Jul 27 10:16:22 EDT 2010


Author: manik.surtani at jboss.com
Date: 2010-07-27 10:16:22 -0400 (Tue, 27 Jul 2010)
New Revision: 2102

Modified:
   trunk/query/src/main/java/org/infinispan/query/backend/QueryInterceptor.java
Log:
Removed unnecessarily verbose logging

Modified: trunk/query/src/main/java/org/infinispan/query/backend/QueryInterceptor.java
===================================================================
--- trunk/query/src/main/java/org/infinispan/query/backend/QueryInterceptor.java	2010-07-27 08:10:54 UTC (rev 2101)
+++ trunk/query/src/main/java/org/infinispan/query/backend/QueryInterceptor.java	2010-07-27 14:16:22 UTC (rev 2102)
@@ -82,7 +82,6 @@
          // otherwise we need to be updating the indexes as opposed to simply adding to the indexes.
          Object key = command.getKey();
          Object value = command.getValue();
-         if(log.isDebugEnabled()) log.debug("Key, value pairing is: - " + key + " + " + value);
          CacheEntry entry = ctx.lookupEntry(key);
 
          // New entry so we will add it to the indexes.



More information about the infinispan-commits mailing list