mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-01 20:01:19 +02:00
remove leftover debugger =)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user