Skip to content

Commit

Permalink
fix: change to debug msg
Browse files Browse the repository at this point in the history
  • Loading branch information
varl committed Mar 5, 2019
1 parent d1eab91 commit 5be1ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function wipe_file_cfg(repo) {
wipe_cfg_list.map(cfg => {
try {
fs.unlinkSync(path.join(repo, cfg))
log.info(cfg + ' removed from repo: ' + repo)
log.debug(cfg + ' removed from repo: ' + repo)
} catch (err) {
log.debug('no such file', err)
}
Expand Down

0 comments on commit 5be1ad2

Please sign in to comment.