diff --git a/provider/notification-aws/src/main/java/org/opengroup/osdu/notification/provider/aws/impl/ServiceAccountJwtAwsClientImpl.java b/provider/notification-aws/src/main/java/org/opengroup/osdu/notification/provider/aws/impl/ServiceAccountJwtAwsClientImpl.java
index 7fe6b354a3a321f50fe57a0dc478306c4cbbf53e..02e2b91e7f64abc56a6ecafa648183337e4fe2df 100644
--- a/provider/notification-aws/src/main/java/org/opengroup/osdu/notification/provider/aws/impl/ServiceAccountJwtAwsClientImpl.java
+++ b/provider/notification-aws/src/main/java/org/opengroup/osdu/notification/provider/aws/impl/ServiceAccountJwtAwsClientImpl.java
@@ -105,7 +105,6 @@ public class ServiceAccountJwtAwsClientImpl implements IServiceAccountJwtClient
     @Override
     public String getIdToken(String s) {
         String token=  sp.getServicePrincipalAccessToken(client_credentials_clientid,client_credentials_secret);
-        System.out.println("This is the client credentials token = " + token);
         return token;
     }