diff options
author | Wim <wim@42.be> | 2016-09-19 23:35:47 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2016-09-19 23:35:47 +0200 |
commit | 18504ec08df0a6704be73f9a95520759157abd72 (patch) | |
tree | d8c434eb5956c63c69561b8186e6f3852ac68165 /vendor/github.com | |
parent | 4737442185a751d4f35ce7eca973b23020625ea8 (diff) | |
download | matterbridge-msglm-18504ec08df0a6704be73f9a95520759157abd72.tar.gz matterbridge-msglm-18504ec08df0a6704be73f9a95520759157abd72.tar.bz2 matterbridge-msglm-18504ec08df0a6704be73f9a95520759157abd72.zip |
Cleanup irc bridge debug/info messages
Diffstat (limited to 'vendor/github.com')
-rw-r--r-- | vendor/github.com/thoj/go-ircevent/irc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/thoj/go-ircevent/irc.go b/vendor/github.com/thoj/go-ircevent/irc.go index 3981761a..d59dc6fe 100644 --- a/vendor/github.com/thoj/go-ircevent/irc.go +++ b/vendor/github.com/thoj/go-ircevent/irc.go @@ -427,7 +427,7 @@ func (irc *Connection) Connect(server string) error { } irc.stopped = false - irc.Log.Printf("Connected to %s (%s)\n", irc.Server, irc.socket.RemoteAddr()) + //irc.Log.Printf("Connected to %s (%s)\n", irc.Server, irc.socket.RemoteAddr()) irc.pwrite = make(chan string, 10) irc.Error = make(chan error, 2) |