[infinispan-commits] Infinispan SVN: r2103 - branches/4.1.x/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:46 EDT 2010


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

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

Modified: branches/4.1.x/query/src/main/java/org/infinispan/query/backend/QueryInterceptor.java
===================================================================
--- branches/4.1.x/query/src/main/java/org/infinispan/query/backend/QueryInterceptor.java	2010-07-27 14:16:22 UTC (rev 2102)
+++ branches/4.1.x/query/src/main/java/org/infinispan/query/backend/QueryInterceptor.java	2010-07-27 14:16:46 UTC (rev 2103)
@@ -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