You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by bs...@apache.org on 2015/08/14 22:40:33 UTC

[44/50] [abbrv] incubator-geode git commit: GEODE-195: Remove debug logging from CloseCacheAuthorization

GEODE-195: Remove debug logging from CloseCacheAuthorization


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/5054a8a0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/5054a8a0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/5054a8a0

Branch: refs/heads/feature/GEODE-77
Commit: 5054a8a003d71495c77fa5a3f8c79b23c0e83530
Parents: 9de95d6
Author: Jason Huynh <jh...@pivotal.io>
Authored: Thu Aug 13 11:10:08 2015 -0700
Committer: Jason Huynh <jh...@pivotal.io>
Committed: Thu Aug 13 11:10:08 2015 -0700

----------------------------------------------------------------------
 .../gemfire/cache/query/dunit/CloseCacheAuthorization.java         | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/5054a8a0/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/dunit/CloseCacheAuthorization.java
----------------------------------------------------------------------
diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/dunit/CloseCacheAuthorization.java b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/dunit/CloseCacheAuthorization.java
index d269ddc..b259c60 100644
--- a/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/dunit/CloseCacheAuthorization.java
+++ b/gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/dunit/CloseCacheAuthorization.java
@@ -36,8 +36,6 @@ public class CloseCacheAuthorization extends TestCase implements AccessControl {
 
   @Override
   public boolean authorizeOperation(String regionName, OperationContext context) {
-    this.logger.info(" JASON Authorizing request " + context.getOperationCode() + " class:" + context.getClass().getName());
-    new Exception("JASON authz stack").printStackTrace();
     if (context instanceof ExecuteCQOperationContext) {
       cache.close();
       //return false;