Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Neale committed Sep 16, 2017
1 parent 65c4a73 commit c643d8d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scraper.js
Expand Up @@ -73,8 +73,6 @@ function run(db) {

});

console.log(pages);

bluebird.all(pages).then (function() {
console.log("gonna close the db");
readRows(db);
Expand Down

0 comments on commit c643d8d

Please sign in to comment.