mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 21:30:16 +02:00
don't print
This commit is contained in:
parent
280faf7657
commit
594029891e
1 changed files with 0 additions and 1 deletions
|
@ -71,7 +71,6 @@ func (c *Croc) startServer() (err error) {
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
log.Debugf("listening on port %s", c.ServerPort)
|
log.Debugf("listening on port %s", c.ServerPort)
|
||||||
fmt.Printf("listening on port %s\n", c.ServerPort)
|
|
||||||
err = http.ListenAndServe(":"+c.ServerPort, nil)
|
err = http.ListenAndServe(":"+c.ServerPort, nil)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue