Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Aug 26, 2023
1 parent 9784711 commit 76d2a30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/HexView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ export default {
line.hex += `${(0 + view.getUint8(i + j).toString(16).toUpperCase()).slice(-2)} `
}
}
// line.hex = line.hex.replace(/ /g, " ");
lines.push(line)
}
Expand Down

0 comments on commit 76d2a30

Please sign in to comment.