@@ -616,7 +616,6 @@ Slack.prototype.fetchHistory = function(target, cb, count) {
+"&count=" +(count || 100),
(status, resp) => {
var history = [];
- console.log(count || 100);
if (status === 200 && resp && resp.ok) {
var histo = this.history[target.id];
if (!histo)