hotfix(routing): remove debug prints
This commit is contained in:
@@ -32,7 +32,6 @@ func (r *Routing) DefaultRoutes() (defaultRoutes []DefaultRoute, err error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
for _, route := range routes {
|
for _, route := range routes {
|
||||||
fmt.Println("route.table", route.Table)
|
|
||||||
if route.Table != unix.RT_TABLE_MAIN {
|
if route.Table != unix.RT_TABLE_MAIN {
|
||||||
// ignore non-main table
|
// ignore non-main table
|
||||||
continue
|
continue
|
||||||
|
|||||||
Reference in New Issue
Block a user