From 499bb091252f60f55137455e1428820c59c62f56 Mon Sep 17 00:00:00 2001 From: BroodjeAap Date: Sun, 25 Sep 2022 15:52:22 +0000 Subject: [PATCH] removed leftover print --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index 6fdcbe6..98e775c 100644 --- a/main.go +++ b/main.go @@ -114,7 +114,6 @@ func (web Web) watchUpdate(c *gin.Context) { } web.db.Delete(&FilterConnection{}, "watch_id = ?", watch.ID) - log.Println(len(filterMap)) for i := range newConnections { connection := &newConnections[i] connection.OutputID = filterMap[connection.OutputID].ID