B Thibault vor 8 Jahren
Ursprung
Commit
5c4655e9f8
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      srv/src/slack.js

+ 0 - 1
srv/src/slack.js

@@ -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)