Skip to content

Commit

Permalink
ups
Browse files Browse the repository at this point in the history
  • Loading branch information
avonar committed Dec 9, 2024
1 parent 318aa6a commit 5248456
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/events/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ func banUserOrChannel(r banRequest) error {
}

if r.training {
slog.Info(fmt.Sprintf("training mode: ban %d for %v", r.userID, r.duration))
slog.Info("training mode:", slog.Any("ban", bannedEntity), slog.Any("for", r.duration))
return nil
}
Expand Down

0 comments on commit 5248456

Please sign in to comment.