Skip to content

Commit

Permalink
Removed debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Aron Kornhall committed Apr 3, 2013
1 parent 2b7eac1 commit 8dd0bce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/crawlme.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ exports = module.exports = function(options) {
function refreshCache(){
var urls = cache.keys();
var iter = function(url, cb){
console.log('refreshing: '+url);
getHTMLSnapshot(url, true, cb);
};
async.eachLimit(urls, 1, iter, function(err){
Expand Down

0 comments on commit 8dd0bce

Please sign in to comment.