Skip to content

Commit

Permalink
Remove logger
Browse files Browse the repository at this point in the history
  • Loading branch information
pcothenet committed Aug 9, 2018
1 parent 45a6bfc commit 4cdfb81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/api/bulkLeadExtract.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ BulkLeadExtract.prototype = {
var requestFn = function () {
return new Promise(function (resolve, reject) {
self.status(exportId).then(function (data) {
console.log(data)
if (!data.success) {
var msg = data.errors[0].message;
log.error(msg);
Expand Down

0 comments on commit 4cdfb81

Please sign in to comment.