From 9803adfbb986d2dccd97b787ed86946d79900658 Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Sun, 27 Mar 2022 18:32:58 +0200 Subject: [PATCH] updated ipbl --- src/routers/funcs.go | 1 - 1 file changed, 1 deletion(-) diff --git a/src/routers/funcs.go b/src/routers/funcs.go index 0e36142..28bd751 100644 --- a/src/routers/funcs.go +++ b/src/routers/funcs.go @@ -34,7 +34,6 @@ func RegisterRoutes(e *echo.Echo, ctx *context.Context, cfg *config.Config) { return Result(c, fmt.Errorf("error when parsing body"), "") } numinsert, numupdate, err := ip.InsertOrUpdate(cfg) - fmt.Println(err) if err != nil { return Result(c, err, "") }