diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-03-07 12:20:42 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-03-07 12:20:42 +0100 |
| commit | 987f2e3041e0b5d6e06cdc29657be99de9c1cd60 (patch) | |
| tree | 398542625a91dd8a9ca5516b14ed153b33f3792d /client | |
| parent | 761aa0bc248a6935f3a5576ffcf34a9a8fc05a7c (diff) | |
Client: Remove obsolete transition log TODO
Diffstat (limited to 'client')
| -rw-r--r-- | client/client.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/client.go b/client/client.go index cb6ecc6..07b35e6 100644 --- a/client/client.go +++ b/client/client.go @@ -200,8 +200,6 @@ func (c *Client) AuthDone(id string, t srvtypes.Type) { if err == nil { srv.LastAuthorizeTime = time.Now() } - // TODO: Should this log anything if it fails? - // unhandled transition? _, err = c.FSM.GoTransition(StateMain) if err != nil { log.Logger.Debugf("unhandled auth done main transition: %v", err) |
