mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
Remove logs
This commit is contained in:
parent
df03477907
commit
11a5fca702
1 changed files with 0 additions and 1 deletions
|
@ -185,7 +185,6 @@ export default class SetIdServer extends React.Component {
|
||||||
|
|
||||||
// Show a general warning, possibly with details about any bound
|
// Show a general warning, possibly with details about any bound
|
||||||
// 3PIDs that would be left behind.
|
// 3PIDs that would be left behind.
|
||||||
console.log(fullUrl, idServer, currentClientIdServer)
|
|
||||||
if (save && currentClientIdServer && fullUrl !== currentClientIdServer) {
|
if (save && currentClientIdServer && fullUrl !== currentClientIdServer) {
|
||||||
const [confirmed] = await this._showServerChangeWarning({
|
const [confirmed] = await this._showServerChangeWarning({
|
||||||
title: _t("Change identity server"),
|
title: _t("Change identity server"),
|
||||||
|
|
Loading…
Reference in a new issue