Skip to content

Commit

Permalink
📦️ [CHORE] 로그 문구 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
dong2ast committed Jan 18, 2024
1 parent bfb4aed commit 9344b1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public BadWordFilterService(BadWordLogRepository badWordLogRepository) throws IO
public String badWordChange(Long memberId, String string) {
String changedWord = badWordFiltering.change(string, symbols);

System.out.println("동작 여부 테스트");
System.out.println("check-test");
if (!changedWord.equals(string)) {
badWordLogRepository.save(BadWordLog.of(memberId, string));

Expand Down

0 comments on commit 9344b1b

Please sign in to comment.