0
Fork 0
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:
dragongoose 2023-05-31 19:39:15 -04:00
parent 4f277a2743
commit 72b59bfd17
No known key found for this signature in database
GPG key ID: 50DB99B921579009

View file

@ -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) {