Update config/config.go

remove extra logging.

Co-Authored-By: Lance Pioch <git@lance.sh>
This commit is contained in:
Michael (Parker) Parker 2020-04-14 13:07:10 -04:00 committed by GitHub
parent df9c4835c4
commit da093e7cf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -358,7 +358,6 @@ func (c *Configuration) EnsureFilePermissions() error {
// //
if err = os.Mkdir(p, 0755); err != nil { if err = os.Mkdir(p, 0755); err != nil {
} }
zap.S().Debugf("created %s folder", c.System.Data)
} }
} }