Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit 2f3aae7

Browse files
Remove stale comment
1 parent 22b9b6e commit 2f3aae7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

forwarder.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ func main() {
2525
flag.StringVar(&logDestinationAddress, "log-destination-address", "graylog.lan:5555", "Specify the address and port to send logs to, such as localhost:5555.")
2626
flag.Parse() // after declaring flags we need to call it
2727

28-
// docker doesn't have a public API for `docker context...`, so I'm
29-
// manually setting the socket. This will go away because the aim for this
30-
// is to be used in Home Assistant OS, not a macOS machine.
3128
cli, err := client.NewClientWithOpts(client.FromEnv, client.WithAPIVersionNegotiation())
3229
if err != nil {
3330
panic(err)

0 commit comments

Comments
 (0)