remove leftover console log statement
This commit is contained in:
Родитель
7244a27d4d
Коммит
2e72513c83
1
index.js
1
index.js
|
@ -38,7 +38,6 @@ function download (version, callback) {
|
|||
readFromDisk(path.join(electronDir, 'docs'), callback)
|
||||
})
|
||||
|
||||
console.log(`Downloading ${tarballUrl}`)
|
||||
got.stream(tarballUrl)
|
||||
.pipe(gunzip())
|
||||
.pipe(extractor)
|
||||
|
|
Загрузка…
Ссылка в новой задаче