don't print

This commit is contained in:
Zack Scholl 2018-07-04 06:49:27 -07:00
parent 64827f12f4
commit f93ac2268f

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
}