Skip to content

Commit 092eb79

Browse files
author
Richard Frost
committed
Cleanup dev comment
1 parent be58fb1 commit 092eb79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function censorReplace(strMatchingString, strFirstLetter) {
8888
} else if (preserveLast) {
8989
censoredString = censorCharacter.repeat((strMatchingString.length - 1)) + strMatchingString.slice(-1);
9090
} else {
91-
censoredString = censorCharacter.repeat(strMatchingString.length); // done
91+
censoredString = censorCharacter.repeat(strMatchingString.length);
9292
}
9393
}
9494

0 commit comments

Comments
 (0)