mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
Remove unused console.log
This commit is contained in:
parent
1db803ccfc
commit
52b1d946be
1 changed files with 0 additions and 2 deletions
|
@ -164,8 +164,6 @@ function textForServerACLEvent(ev) {
|
|||
const allowedServers = current.allow.filter((srv) => typeof(srv) === 'string' && !prev.allow.includes(srv));
|
||||
const unallowedServers = prev.allow.filter((srv) => typeof(srv) === 'string' && !current.allow.includes(srv));
|
||||
|
||||
console.log(bannedServers,unbannedServers,allowedServers,unallowedServers);
|
||||
|
||||
if (bannedServers.length > 0) {
|
||||
changes.push(`Servers matching ${bannedServers.join(",")} are now banned.`);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue