Skip to content

Commit

Permalink
Remove console logging in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlongley committed Jul 14, 2024
1 parent 3fe1626 commit 2094618
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,6 @@ describe('cborld', () => {
typeTable,
stringTable
});
console.log('result', Buffer.from(cborldBytes).toString('hex'));
'd90601a2006775726e3a666f6f186583198001198002198003';
expect(cborldBytes).equalBytes(
'd90601a200198000186583198001198002198003');
});
Expand Down

0 comments on commit 2094618

Please sign in to comment.