Skip to content

Commit

Permalink
fix(debug-output): remove debug output for generating timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst committed Jun 18, 2015
1 parent 09d6a10 commit ef2c0f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/amqp_client.js
Expand Up @@ -87,7 +87,6 @@ function AMQPClient(policy) {
this._reconnect = null;
this._reattach = {};
if (!!this.policy.reconnect) {
console.log('generating timeouts');
this._timeouts = u.generateTimeouts(this.policy.reconnect);
}
}
Expand Down

0 comments on commit ef2c0f4

Please sign in to comment.