Skip to content

Commit 6e69208

Browse files
author
dtolstyi
committed
Moved console.log message to debug
1 parent c59ee83 commit 6e69208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function _downloadFile(url, destPath) {
5050
}
5151

5252
function unzipArchive(archivePath, outputFolder) {
53-
console.log('Started extracting archive', archivePath);
53+
debug('Started extracting archive', archivePath);
5454

5555
return new Promise((resolve, reject) => {
5656
extractZip(archivePath, {dir: outputFolder}, error => {

0 commit comments

Comments
 (0)