You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-24 06:02:08 +03:00
remove leftover debugger =)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@ -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");
|
||||
|
Reference in New Issue
Block a user