Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiAw committed Apr 12, 2023
1 parent f6c467e commit a2ba65b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/client.go
Expand Up @@ -165,8 +165,6 @@ func (c *Client) ListenAndDo(ChangedDataChan chan CampAPI, logChan chan string)
func (c *Client) Start() {
err := c.JoinCamp()
if err != nil {
//check if error contain connection refused
//if yes, then the dispatcher server is not running
if strings.Contains(err.Error(), "connection refused") {
color.Red("Dispatcher server is not running")
return
Expand Down

0 comments on commit a2ba65b

Please sign in to comment.