From cbd01d4a552f05f36ef3d8b259c4305cd3ce06c8 Mon Sep 17 00:00:00 2001 From: Wim Date: Fri, 23 Oct 2015 22:34:37 +0200 Subject: Initial matterbridge commit --- matterhook/matterhook.go | 1 - 1 file changed, 1 deletion(-) (limited to 'matterhook/matterhook.go') diff --git a/matterhook/matterhook.go b/matterhook/matterhook.go index 2f299cbb..29e5775e 100644 --- a/matterhook/matterhook.go +++ b/matterhook/matterhook.go @@ -51,7 +51,6 @@ type Config struct { // New Mattermost client. func New(url string, config Config) *Client { c := &Client{url: url, In: make(chan IMessage), Out: make(chan OMessage), Config: config} - log.Println(config.Port) if c.Port == 0 { c.Port = 9999 } -- cgit v1.2.3