remove unused preprocessor from template

dev
Zachary Schulze 2021-07-23 11:43:50 -07:00
parent 2bea3f4b14
commit 37626627ef
1 changed files with 0 additions and 2 deletions

View File

@ -37,6 +37,4 @@ type Template struct {
Executer protocols.Executer `yaml:"-" json:"-"`
Path string `yaml:"-" json:"-"`
preprocessor Preprocessor
}