1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-09-10 10:47:00 -07:00

Remove excess println call

This commit is contained in:
Eggbertx 2024-09-07 21:03:07 -07:00
parent dcc6f5cd4e
commit a9e6652986

View file

@ -56,7 +56,6 @@ func (*MessageFormatter) ApplyWordFilters(message string, boardDir string) (stri
} else {
filters, err = gcsql.GetBoardWordfilters(boardDir)
}
fmt.Println(err)
if err != nil {
return message, err
}