Remove logs

This commit is contained in:
J. Ryan Stinnett 2019-09-06 13:44:44 +01:00
parent df03477907
commit 11a5fca702

View file

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