Debug log optimizations and improvements

This commit is contained in:
Scott Nonnenberg 2019-02-19 15:15:43 -08:00
parent 9afea3ae2b
commit 3fb6ab295f
4 changed files with 6 additions and 6 deletions

View file

@ -1204,7 +1204,6 @@ function createTempDir() {
}
function deleteAll(pattern) {
window.log.info(`Deleting ${pattern}`);
return pify(rimraf)(pattern);
}