From 18504ec08df0a6704be73f9a95520759157abd72 Mon Sep 17 00:00:00 2001 From: Wim Date: Mon, 19 Sep 2016 23:35:47 +0200 Subject: Cleanup irc bridge debug/info messages --- vendor/github.com/thoj/go-ircevent/irc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor') 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) -- cgit v1.2.3