Skip to content

Commit

Permalink
Connection: remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mscdex committed Mar 9, 2014
1 parent 9ab2389 commit 829b2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Connection.js
Expand Up @@ -38,7 +38,7 @@ var MODULE_VER = require('../package.json').version,
// maximal size in bits of an acceptable group
0, 0, 20, 0 // 8192, modp18
]);
require('buffer').INSPECT_MAX_BYTES = Infinity;

function Connection(opts) {
if (!(this instanceof Connection))
return new Connection(opts);
Expand Down

0 comments on commit 829b2c5

Please sign in to comment.