1
0
mirror of synced 2025-12-08 15:04:16 +08:00

fix: Removed debug code

This commit is contained in:
Jamie Peabody
2024-07-31 19:44:47 +01:00
parent 8d56792b37
commit c7b0fd03b0

View File

@@ -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];