Remove devMode from library and cli.

This commit is contained in:
xenolf 2015-10-26 00:47:37 +01:00
parent 8d31bb0123
commit 8b16d59831
3 changed files with 3 additions and 8 deletions

4
cli.go
View file

@ -85,10 +85,6 @@ func main() {
Name: "port",
Usage: "Challenges will use this port to listen on. Please make sure to forward port 443 to this port on your machine. Otherwise use setcap on the binary",
},
cli.BoolFlag{
Name: "devMode",
Usage: "If set to true, all client side challenge pre-tests are skipped.",
},
}
app.Run(os.Args)