fix linter

This commit is contained in:
sylviamoss 2020-12-03 17:11:35 +01:00
parent 2c10c21445
commit 4f8a27be10
1 changed files with 0 additions and 1 deletions

View File

@ -149,7 +149,6 @@ func (c *Config) discoverExternalComponents(path string) error {
if len(externallyUsed) > 0 {
sort.Strings(externallyUsed)
log.Printf("using external provisioners %v", externallyUsed)
externallyUsed = nil
}
return nil