Remove NewCustomvar from Factories

We now explicitly sync it in main.go.
This commit is contained in:
Eric Lippmann 2021-04-28 16:57:24 +02:00
parent e71833defb
commit bf27824980

View file

@ -11,7 +11,6 @@ var Factories = []contracts.EntityFactoryFunc{
NewCheckcommandCustomvar,
NewCheckcommandEnvvar,
NewComment,
NewCustomvar,
NewDowntime,
NewEndpoint,
NewEventcommand,