From b4f43b4d21107b4c66bb75c82e286244504d9187 Mon Sep 17 00:00:00 2001 From: soypat Date: Mon, 18 Dec 2023 16:02:55 -0800 Subject: [PATCH] remove old comment --- nets/nets.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/nets/nets.go b/nets/nets.go index a314917..ab8bd7d 100644 --- a/nets/nets.go +++ b/nets/nets.go @@ -168,9 +168,6 @@ const ( type WifiAutoconnectParams struct { WifiParams - // NOTE ON FIELDS BELOW: These fields seem like a leaky abstraction- they can - // be implemented as an external "AutoConnect" function that is called in - // a goroutine that performs auto connect and whatnot. // Retries is how many attempts to connect before returning with a // "Connect failed" error. Zero means infinite retries.