Removed uneeded log

migrating_to_smartgears_4
Luca Frosini 2 years ago
parent 4e40358fde
commit e77bc20edd

@ -147,11 +147,8 @@ public class SocialPost extends Thread {
String message = messageWriter.toString();
logger.debug("The social post that is going to be written is\n{}", message);
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("AuthorizationProvider {}", AuthorizationProvider.instance.get());
PostClient postClient = new PostClient();
PostInputBean postInputBean = new PostInputBean();

Loading…
Cancel
Save