Skip to content

Commit

Permalink
fix: Removed debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
wickedest committed Jul 31, 2024
1 parent 8d56792 commit c7b0fd0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/diff.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ function CodeifyText(lhs, rhs, options) {

if (typeof lhs === 'string') {
if (this.options.split === 'chars') {
console.log('HERE')
// split characters and include their diacritical marks
this.lhs = lhs.match(exp) || [];
// this.lhs = [...lhs];
Expand Down

0 comments on commit c7b0fd0

Please sign in to comment.