refactor: remove log from fileutil

This commit is contained in:
ᴍᴏᴏɴD4ʀᴋ
2022-04-29 21:30:14 +08:00
parent 192849e5b5
commit d6cb101512
2 changed files with 3 additions and 5 deletions
+1
View File
@@ -65,6 +65,7 @@ func Execute() {
if err = fileutil.CompressDir(outputDir); err != nil {
log.Error(err)
}
log.Noticef("compress success")
}
return nil
},