From ca501e1cbac288324fc37becd1574b14f731165b Mon Sep 17 00:00:00 2001 From: Sizolwakhe Leonard Mthimunye Date: Tue, 9 Sep 2025 20:47:25 +0200 Subject: [PATCH] No issue, application was running successful, needed to remove logs only --- .../java/org/airpenthouse/GoTel/util/CommonEntityMethod.java | 1 - 1 file changed, 1 deletion(-) 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; } }