remove leftover debugger =)

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
Michael Telatynski 2019-08-22 18:34:26 +01:00
parent 310457059b
commit 7d511fbbc5
1 changed files with 0 additions and 4 deletions

View File

@ -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");