From db4b01839a02f5b066f31a07b88cfa826fd50bff Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Mon, 17 Oct 2016 18:53:46 +0100 Subject: [PATCH] remove deprecated option --- config/config.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/config/config.go b/config/config.go index c0698a0b..a5f1fa72 100644 --- a/config/config.go +++ b/config/config.go @@ -82,13 +82,6 @@ func Parse(c *caddy.Controller) ([]Config, error) { for c.NextBlock() { switch c.Val() { - case "on": - // NOTE: DEPRECATED - if !c.NextArg() { - return configs, c.ArgErr() - } - - cfg.BaseURL = c.Val() case "frontmatter": if !c.NextArg() { return configs, c.ArgErr()