diff options
author | Bjørn Erik Pedersen <[email protected]> | 2018-12-20 20:55:26 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2018-12-20 20:55:26 +0100 |
commit | 35bfca3b14977eaebab4003b43b5236c1888d93d (patch) | |
tree | 89c7ab1c12e7d306f4ca70419013a11d174b220f /commands/commands.go | |
parent | 9cd54cab20a03475e34ca462bd943069111481ae (diff) | |
download | hugo-35bfca3b14977eaebab4003b43b5236c1888d93d.tar.gz hugo-35bfca3b14977eaebab4003b43b5236c1888d93d.zip |
commands: Remove the benchmark command
It's not particulary useful, and when we start to get bug reports about it, it is easier to remove it.
Closes #5543
Diffstat (limited to 'commands/commands.go')
-rw-r--r-- | commands/commands.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/commands.go b/commands/commands.go index 0dfa10e67..f835e67a1 100644 --- a/commands/commands.go +++ b/commands/commands.go @@ -48,7 +48,6 @@ func (b *commandsBuilder) addAll() *commandsBuilder { newEnvCmd(), newConfigCmd(), newCheckCmd(), - b.newBenchmarkCmd(), newConvertCmd(), b.newNewCmd(), newListCmd(), |