Skip to content

Commit e91f407

Browse files
committed
remove bad comment
1 parent c0c2efd commit e91f407

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/ExpensiMark.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,6 @@ export default class ExpensiMark {
991991
/**
992992
* Checks matched URLs for validity and replace valid links with html elements
993993
*/
994-
// TODO
995994
modifyTextForUrlLinks(regex: RegExp, textToCheck: string, replacement: ReplacementFn): string {
996995
let match = regex.exec(textToCheck);
997996
let replacedText = '';

0 commit comments

Comments
 (0)