1
0
mirror of https://github.com/schollz/croc.git synced 2024-11-24 08:02:33 +03:00

don't print

This commit is contained in:
Zack Scholl 2018-07-04 06:49:27 -07:00
parent 280faf7657
commit 594029891e

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
}