Skip to content

Commit

Permalink
chore: remove debug logging (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbender9 authored Aug 7, 2024
1 parent bab9b13 commit f64173b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/stringMsg.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ describe('parseMultiLineCandumpV3', () => {
msgs.forEach((msg) => {
res = parseCandump3(msg)
})
console.log(res.data.toString('hex'))
expect(res).toEqual({
bus: "vcan0",
canId: 166854913,
Expand Down

0 comments on commit f64173b

Please sign in to comment.