don't print

This commit is contained in:
Zack Scholl 2018-07-04 06:49:27 -07:00
parent 280faf7657
commit 594029891e
1 changed files with 0 additions and 1 deletions

View File

@ -71,7 +71,6 @@ func (c *Croc) startServer() (err error) {
}
})
log.Debugf("listening on port %s", c.ServerPort)
fmt.Printf("listening on port %s\n", c.ServerPort)
err = http.ListenAndServe(":"+c.ServerPort, nil)
return
}