From ea1991496e93d36227ad03f68cf9b664d9366af4 Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Thu, 8 Jun 2023 22:44:08 +0000 Subject: [PATCH] hotfix(routing): remove debug prints --- internal/routing/default.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/routing/default.go b/internal/routing/default.go index 4bb5fa18..0209f379 100644 --- a/internal/routing/default.go +++ b/internal/routing/default.go @@ -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