hotfix(routing): remove debug prints

This commit is contained in:
Quentin McGaw
2023-06-08 22:44:08 +00:00
parent 4675572328
commit ea1991496e

View File

@@ -32,7 +32,6 @@ func (r *Routing) DefaultRoutes() (defaultRoutes []DefaultRoute, err error) {
}
for _, route := range routes {
fmt.Println("route.table", route.Table)
if route.Table != unix.RT_TABLE_MAIN {
// ignore non-main table
continue