Skip to content

Commit c13b669

Browse files
committed
Remove commented out code
1 parent 02f819b commit c13b669

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/react-router/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,8 +1052,6 @@ function compilePath(
10521052
source += "(?:\\b|$)";
10531053
}
10541054

1055-
// if (end) source += "$";
1056-
10571055
let matcher = new RegExp(source, caseSensitive ? undefined : "i");
10581056

10591057
return [matcher, keys];

0 commit comments

Comments
 (0)