summaryrefslogtreecommitdiffstats
path: root/matterhook/matterhook.go
diff options
context:
space:
mode:
authorWim <wim@42.be>2015-10-23 22:34:37 +0200
committerWim <wim@42.be>2015-10-23 22:34:37 +0200
commitcbd01d4a552f05f36ef3d8b259c4305cd3ce06c8 (patch)
treeb7088d7478c7e767113e4014aceba872475b7e1b /matterhook/matterhook.go
parent74d0d3fd5ba5e9b7e9ef90e5c2621fb28f4a8a53 (diff)
downloadmatterbridge-msglm-cbd01d4a552f05f36ef3d8b259c4305cd3ce06c8.tar.gz
matterbridge-msglm-cbd01d4a552f05f36ef3d8b259c4305cd3ce06c8.tar.bz2
matterbridge-msglm-cbd01d4a552f05f36ef3d8b259c4305cd3ce06c8.zip
Initial matterbridge commit
Diffstat (limited to 'matterhook/matterhook.go')
-rw-r--r--matterhook/matterhook.go1
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
}