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