Skip to content
Snippets Groups Projects
Commit df633a65 authored by Rucha Deshpande's avatar Rucha Deshpande
Browse files

Remove debug stmt

parent f110b5e0
No related branches found
No related tags found
1 merge request!137Aws xuserid fix
......@@ -154,10 +154,6 @@ public class PubsubEndpoint {
}
private String querySubscriptionAndUpdateCache(String notificationId) throws Exception {
Map<String,String> hmap = headers.getHeaders();
String auth_header = hmap.get("authorization");
System.out.println("Notification token before creating subscription service= "+auth_header);
ISubscriptionService service = subscriptionFactory.create(headers);
List<Subscription> subscriptionList = service.query(notificationId);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment