summaryrefslogtreecommitdiff
path: root/state.go
diff options
context:
space:
mode:
Diffstat (limited to 'state.go')
-rw-r--r--state.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/state.go b/state.go
index be32c15..7f29369 100644
--- a/state.go
+++ b/state.go
@@ -99,7 +99,7 @@ func (state *VPNState) GoBack() error {
// FIXME: Abitrary back transitions don't work because we need the approriate data
state.FSM.GoTransitionWithData(fsm.NO_SERVER, state.GetSavedServers(), false)
- //state.FSM.GoBack()
+ // state.FSM.GoBack()
return nil
}