Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
remove throttle
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffmcaffer committed Mar 6, 2017
1 parent b90a1b6 commit 6c786d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/cc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const Q = require('q');
const qlimit = require('qlimit');
const request = require('request');
const split = require('split');
const throttle = require('throttle');

const crawlerClient = new CrawlerClient();
let promise = Q();
Expand Down

0 comments on commit 6c786d6

Please sign in to comment.