Update config/config.go
remove extra logging. Co-Authored-By: Lance Pioch <git@lance.sh>
This commit is contained in:
parent
df9c4835c4
commit
da093e7cf7
|
@ -358,7 +358,6 @@ func (c *Configuration) EnsureFilePermissions() error {
|
|||
//
|
||||
if err = os.Mkdir(p, 0755); err != nil {
|
||||
}
|
||||
zap.S().Debugf("created %s folder", c.System.Data)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user