Skip to content

Commit

Permalink
RAC-254 comment: log 전송 주석처리
Browse files Browse the repository at this point in the history
  • Loading branch information
ay-eonii committed Jan 11, 2024
1 parent 88cf5b1 commit 6a15f7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ public class LogService {

public void save(LogRequest logRequest) throws JsonProcessingException {
log.info("log save");
messageProducer.sendMessage(logRequest);
// messageProducer.sendMessage(logRequest);
}
}

0 comments on commit 6a15f7a

Please sign in to comment.