remove log strings

This commit is contained in:
Ivan Socolsky 2016-04-07 15:03:00 -03:00
parent 4c9b685e1c
commit 017d64c76d
No known key found for this signature in database
GPG Key ID: FAECE6A05FAA4F56
1 changed files with 0 additions and 2 deletions

View File

@ -35,8 +35,6 @@ Insight.prototype._doRequest = function(args, cb) {
'User-Agent': this.userAgent,
}
};
console.log('*** [insight.js ln38] opts:', opts); // TODO
requestList(_.defaults(args, opts), cb);
};