summaryrefslogtreecommitdiff
path: root/client/fsm.go
diff options
context:
space:
mode:
Diffstat (limited to 'client/fsm.go')
-rw-r--r--client/fsm.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/fsm.go b/client/fsm.go
index f9c7976..e69652f 100644
--- a/client/fsm.go
+++ b/client/fsm.go
@@ -223,7 +223,6 @@ func (c *Client) SetSearchServer() error {
func (c *Client) SetConnected() error {
if c.InFSMState(StateConnected) {
// already connected, show no error
- c.Logger.Warningf("Already connected")
return nil
}