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:
parent
280faf7657
commit
594029891e
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user