removed leftover print
This commit is contained in:
parent
69a4b6e15d
commit
499bb09125
1 changed files with 0 additions and 1 deletions
1
main.go
1
main.go
|
@ -114,7 +114,6 @@ func (web Web) watchUpdate(c *gin.Context) {
|
||||||
}
|
}
|
||||||
|
|
||||||
web.db.Delete(&FilterConnection{}, "watch_id = ?", watch.ID)
|
web.db.Delete(&FilterConnection{}, "watch_id = ?", watch.ID)
|
||||||
log.Println(len(filterMap))
|
|
||||||
for i := range newConnections {
|
for i := range newConnections {
|
||||||
connection := &newConnections[i]
|
connection := &newConnections[i]
|
||||||
connection.OutputID = filterMap[connection.OutputID].ID
|
connection.OutputID = filterMap[connection.OutputID].ID
|
||||||
|
|
Loading…
Add table
Reference in a new issue