removed leftover print

This commit is contained in:
BroodjeAap 2022-09-25 15:52:22 +00:00
parent 69a4b6e15d
commit 499bb09125

View file

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