remove leftover debugger =)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
310457059b
commit
7d511fbbc5
1 changed files with 0 additions and 4 deletions
|
@ -177,10 +177,6 @@ export function replaceByRegexes(text, mapping) {
|
|||
// If we insert any components we need to wrap the output in a span. React doesn't like just an array of components.
|
||||
let shouldWrapInSpan = false;
|
||||
|
||||
if (text === "You are now ignoring %(userId)s") {
|
||||
debugger;
|
||||
}
|
||||
|
||||
for (const regexpString in mapping) {
|
||||
// TODO: Cache regexps
|
||||
const regexp = new RegExp(regexpString, "g");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue