🎨 Cleanup code

This commit is contained in:
Liang Ding 2019-05-16 12:02:32 +08:00
parent d30e3b76b9
commit bb3d4979b7
No known key found for this signature in database
GPG Key ID: 136F30F901A2231D
1 changed files with 2 additions and 1 deletions

View File

@ -66,7 +66,8 @@ func init() {
log.SetLevel("warn")
logger = log.NewLogger(os.Stdout)
logger.Warn(confUsersWorkspaces)
logger.Warn(*confUsers)
logger.Warn(*confUsersWorkspaces)
//wd := util.OS.Pwd()
//if strings.HasPrefix(wd, os.TempDir()) {