remove leftover debugger =)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
310457059b
commit
7d511fbbc5
|
@ -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…
Reference in New Issue