forked from toolshed/abra
fix: only log once for the loaded app
This commit is contained in:
@ -31,8 +31,6 @@ func ReadEnv(filePath string) (AppEnv, error) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
log.Debugf("read %s from %s", envVars, filePath)
|
||||
|
||||
return envVars, nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user