mirror of
https://github.com/1f349/violet.git
synced 2024-11-09 14:12:58 +00:00
Remove extra logging line
This commit is contained in:
parent
30bcea40b8
commit
11b989b50c
@ -3,7 +3,6 @@ package router
|
||||
import (
|
||||
"database/sql"
|
||||
_ "embed"
|
||||
"fmt"
|
||||
"github.com/1f349/violet/proxy"
|
||||
"github.com/1f349/violet/target"
|
||||
"github.com/MrMelon54/rescheduler"
|
||||
@ -169,8 +168,6 @@ func (m *Manager) GetAllRoutes(hosts []string) ([]target.RouteWithActive, error)
|
||||
}
|
||||
}
|
||||
|
||||
fmt.Println(len(s))
|
||||
|
||||
return s, nil
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user