diff --git a/src/main/java/org/airpenthouse/GoTel/util/CommonEntityMethod.java b/src/main/java/org/airpenthouse/GoTel/util/CommonEntityMethod.java index 777c81d..180ca28 100644 --- a/src/main/java/org/airpenthouse/GoTel/util/CommonEntityMethod.java +++ b/src/main/java/org/airpenthouse/GoTel/util/CommonEntityMethod.java @@ -54,7 +54,6 @@ public boolean checkMemberShipStatusAndTokenMatch() { throw new RuntimeException("Error getting token failed, due set size is not equal to 1"); } } catch (NullPointerException e) { - Log.info("Loading to no member request"); return false; } }