From cf13ceeb60bff4cb8857d9672cc50cf38acba9db Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Sun, 28 Aug 2016 10:29:05 +0100 Subject: [PATCH] add show option --- setup.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/setup.go b/setup.go index c369673b..2e9e0b77 100644 --- a/setup.go +++ b/setup.go @@ -128,12 +128,6 @@ func parse(c *caddy.Controller, root string) (*Config, *filemanager.FileManager, cfg.Args = append(cfg.Args, "--"+values[0]+"="+value) default: - if c.Val() == "show" { - fmt.Println("Option 'show' is not allowed here.") - c.NextArg() - continue - } - line := "\n\t" + c.Val() if c.NextArg() {