Skip to content

Commit

Permalink
Remove errant log...
Browse files Browse the repository at this point in the history
  • Loading branch information
webmakersteve committed Mar 21, 2017
1 parent dad7177 commit b376e9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/producer.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ Producer.prototype.setPollInterval = function(interval) {
// Unref this interval
this.pollInterval = setInterval(function() {
try {
console.log('poll');
self.poll();
} catch (e) {
// We can probably ignore errors here as far as broadcasting.
Expand Down

0 comments on commit b376e9e

Please sign in to comment.