diff options
Diffstat (limited to 'matterhook')
-rw-r--r-- | matterhook/matterhook.go | 1 |
1 files changed, 0 insertions, 1 deletions
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 } |