remove some console.logs

This commit is contained in:
Henry Oswald
2018-07-30 15:11:41 +01:00
parent f802717cb5
commit c490479a1a
3 changed files with 0 additions and 4 deletions

View File

@@ -36,7 +36,6 @@ module.exports = UrlFetcher =
logger.log url:url, filePath: filePath, "finished downloading file into cache"
urlStream.on "response", (res) ->
console.log
if res.statusCode >= 200 and res.statusCode < 300
fileStream = fs.createWriteStream(filePath)