From 92eea4ae9f1d47f2ac1ba7d70e00032ffb9f3a12 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Thu, 30 May 2024 17:37:04 +0200 Subject: Client: Fix lint error with FSM debug --- client/fsm.go | 1 - 1 file changed, 1 deletion(-) (limited to 'client/fsm.go') 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{ -- cgit v1.2.3