1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-13 08:02:38 +03:00

Removed log

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2021-02-18 20:09:39 +01:00
parent 2ebc1252cb
commit 305d64cda8

View File

@@ -405,7 +405,6 @@ export default class GeneralUserSettingsTab extends React.Component {
render() {
const plaf = PlatformPeg.get();
const supportsMultiLanguageSpellCheck = plaf.supportsMultiLanguageSpellCheck();
console.log("LOG", supportsMultiLanguageSpellCheck);
const discoWarning = this.state.requiredPolicyInfo.hasTerms
? <img className='mx_GeneralUserSettingsTab_warningIcon'