Removed uneeded logs
This commit is contained in:
parent
9b1190f359
commit
6776146d89
|
@ -154,11 +154,6 @@ public class SocialPost extends Thread {
|
||||||
Secret secret = Constants.getCatalogueSecret();
|
Secret secret = Constants.getCatalogueSecret();
|
||||||
secretManager.startSession(secret);
|
secretManager.startSession(secret);
|
||||||
|
|
||||||
logger.trace("The user is going to send the social post is {}", SecretManagerProvider.instance.get().getUser().getUsername());
|
|
||||||
|
|
||||||
logger.trace("SecurityTokenProvider : {}", SecurityTokenProvider.instance.get());
|
|
||||||
logger.trace("AccessTokenProvider : {}", AccessTokenProvider.instance.get());
|
|
||||||
|
|
||||||
PostClient postClient = new PostClient();
|
PostClient postClient = new PostClient();
|
||||||
PostInputBean postInputBean = new PostInputBean();
|
PostInputBean postInputBean = new PostInputBean();
|
||||||
postInputBean.setEnablenotification(notifyUsers);
|
postInputBean.setEnablenotification(notifyUsers);
|
||||||
|
|
Loading…
Reference in New Issue