This is an automated email from the ASF dual-hosted git repository.

eshu11 pushed a commit to branch feature/GEODE-3897
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/feature/GEODE-3897 by this 
push:
     new b35ab08  Remove debug logging.
b35ab08 is described below

commit b35ab08b47e11f70ee726ff197e3f29a8e026e1d
Author: eshu <[email protected]>
AuthorDate: Mon Oct 23 18:15:22 2017 -0700

    Remove debug logging.
---
 .../src/main/java/org/apache/geode/internal/cache/TXManagerImpl.java   | 3 ---
 1 file changed, 3 deletions(-)

diff --git 
a/geode-core/src/main/java/org/apache/geode/internal/cache/TXManagerImpl.java 
b/geode-core/src/main/java/org/apache/geode/internal/cache/TXManagerImpl.java
index 318333e..f35e4ea 100644
--- 
a/geode-core/src/main/java/org/apache/geode/internal/cache/TXManagerImpl.java
+++ 
b/geode-core/src/main/java/org/apache/geode/internal/cache/TXManagerImpl.java
@@ -307,7 +307,6 @@ public class TXManagerImpl implements 
CacheTransactionManager, MembershipListene
    * current thread using a {@link ThreadLocal}.
    */
   public void begin() {
-    // logger.info("begin stack", new Exception());
     checkClosed();
     {
       TransactionId tid = getTransactionId();
@@ -694,7 +693,6 @@ public class TXManagerImpl implements 
CacheTransactionManager, MembershipListene
    *         transaction.
    */
   public TXStateProxy pauseTransaction() {
-    // logger.info("pause stack", new Exception());
     return internalSuspend(true);
   }
 
@@ -741,7 +739,6 @@ public class TXManagerImpl implements 
CacheTransactionManager, MembershipListene
    *         did not pause the transaction.
    */
   public void unpauseTransaction(TXStateProxy tx) {
-    // logger.info("unpasue stack", new Exception());
     internalResume(tx, true);
   }
 

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to