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

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


The following commit(s) were added to refs/heads/feature/GEODE-5376 by this 
push:
     new 6c40723  remove a log message.
6c40723 is described below

commit 6c407237f68bbe77bee5ab229a96a0c8a5c5d9d6
Author: eshu <[email protected]>
AuthorDate: Tue Jul 10 12:17:40 2018 -0700

    remove a log message.
---
 geode-core/src/main/java/org/apache/geode/internal/cache/TXState.java | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/geode-core/src/main/java/org/apache/geode/internal/cache/TXState.java 
b/geode-core/src/main/java/org/apache/geode/internal/cache/TXState.java
index 6b2ca35..30df42b 100644
--- a/geode-core/src/main/java/org/apache/geode/internal/cache/TXState.java
+++ b/geode-core/src/main/java/org/apache/geode/internal/cache/TXState.java
@@ -1172,7 +1172,6 @@ public class TXState implements TXStateInterface {
           Assert.assertTrue(false, "Unknown JTA Synchronization status " + 
status);
       }
     } catch (RuntimeException exception) {
-      LogService.getLogger().info("got exception " + exception);
       afterCompletionException = exception;
     } catch (InternalGemFireError error) {
       TransactionException exception = new TransactionException(error);

Reply via email to