mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 19:26:04 +03:00
Removed log
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
2ebc1252cb
commit
305d64cda8
1 changed files with 0 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue