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:
parent
dcc6f5cd4e
commit
a9e6652986
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue