Removed uneeded log

This commit is contained in:
Luca Frosini 2022-10-21 12:16:10 +02:00
parent 4e40358fde
commit e77bc20edd
1 changed files with 1 additions and 4 deletions

View File

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