diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-05-30 17:37:04 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-05-30 17:37:04 +0200 |
| commit | 92eea4ae9f1d47f2ac1ba7d70e00032ffb9f3a12 (patch) | |
| tree | a78132535a33f6af058437b00368c62c79d10107 /client/fsm.go | |
| parent | a8e25543c06e856c61930ae015516ddc19087f1a (diff) | |
Client: Fix lint error with FSM debug
Diffstat (limited to 'client/fsm.go')
| -rw-r--r-- | client/fsm.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/fsm.go b/client/fsm.go index 92e4de7..3aaaf69 100644 --- a/client/fsm.go +++ b/client/fsm.go @@ -92,7 +92,6 @@ func GetStateName(s FSMStateID) string { func newFSM( callback func(FSMStateID, FSMStateID, interface{}) bool, directory string, - debug bool, ) fsm.FSM { states := FSMStates{ StateDeregistered: FSMState{ |
