Skip to content

Commit

Permalink
Removed debug log.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Stewart authored and nlopes committed Aug 16, 2015
1 parent b02dfc6 commit 24224d9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions websocket_managed_conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"errors"
"fmt"
"io"
"log"
"reflect"
"time"

Expand Down Expand Up @@ -35,7 +34,6 @@ func (rtm *RTM) ManageConnection() {
// start trying to connect
// the returned err is already passed onto the IncomingEvents channel
info, conn, err := rtm.connect(connectionCount)
log.Println(err)
// if err != nil then the connection is sucessful
// otherwise we need to send a Disconnected event
if err != nil {
Expand Down

0 comments on commit 24224d9

Please sign in to comment.