| commit | ba15aeb81e5fd3e98870eba91398dfb31d4cd6e9 | [log] [tgz] |
|---|---|---|
| author | Philip Zeyliger <philip@bold.dev> | Fri Jun 06 13:11:34 2025 -0700 |
| committer | Philip Zeyliger <philip@bold.dev> | Fri Jun 06 13:11:52 2025 -0700 |
| tree | 0b317ecbf35b2a52d8736af16478d87350d5c5ff | |
| parent | 6c5beffcea347f8b5a738f9563980e64a9f8ccc0 [diff] |
Port forwarding: delete noisy log line
diff --git a/dockerimg/tunnel_manager.go b/dockerimg/tunnel_manager.go index 6cd50ff..e126698 100644 --- a/dockerimg/tunnel_manager.go +++ b/dockerimg/tunnel_manager.go
@@ -130,7 +130,6 @@ // Skip common system ports that we don't want to tunnel if tm.shouldSkipPort(containerPort) { - slog.DebugContext(ctx, "Skipping system port", "port", containerPort) return }