mirror of
https://codeberg.org/SafeTwitch/safetwitch-backend.git
synced 2024-12-22 13:13:00 -05:00
Remove stray print
This commit is contained in:
parent
4f277a2743
commit
72b59bfd17
1 changed files with 0 additions and 2 deletions
2
main.go
2
main.go
|
@ -1,7 +1,6 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"log"
|
||||
"os"
|
||||
"safetwitch-backend/extractor/chat"
|
||||
|
@ -22,7 +21,6 @@ func ErrorHandler(c *gin.Context) {
|
|||
"message": err.Error(),
|
||||
})
|
||||
}
|
||||
fmt.Println(err)
|
||||
}
|
||||
|
||||
func notFoundHandler(context *gin.Context) {
|
||||
|
|
Loading…
Reference in a new issue