Skip to content

Commit

Permalink
Removed old commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
smh committed Dec 15, 2015
1 parent dbda30d commit 55242db
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/messages/commands/index.js
Expand Up @@ -298,11 +298,6 @@ describe('Command Messages', function() {
message.ccode.should.equal(0x01);
message.reason.should.equal('transaction is malformed');
message.data.toString('hex').should.equal('12345678901234567890123456789012');
//var message = messages.Reject();
//expect(message.message).to.be.undefined;
//expect(message.ccode).to.be.undefined;
//expect(message.reason).to.be.undefined;
//expect(message.data).to.be.undefined;
});
});

Expand Down

0 comments on commit 55242db

Please sign in to comment.