From af82c56c5132427efbd691cb2a76ec8f3e63c17a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 21 Mar 2019 09:13:16 +0100 Subject: [PATCH] config: Remove superflous param --- config/production/params.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/production/params.toml b/config/production/params.toml index ffca3f11b..d0071fe65 100644 --- a/config/production/params.toml +++ b/config/production/params.toml @@ -1,6 +1,2 @@ # Params for production -# This is turned off in development as it is relatively slow. -# This is needed to get accurate lastMod and Git commit info -# on the docs pages. -enableGitInfo = true