mirror of
https://github.com/mastodon/mastodon.git
synced 2025-11-27 18:10:58 +00:00
Remove log
This commit is contained in:
parent
c50cf3b544
commit
0733590c3b
|
|
@ -132,7 +132,6 @@ class ComposeForm extends ImmutablePureComponent {
|
|||
const text = this.getFulltextForCharacterCounting().trim();
|
||||
const currentLanguage = this.props.currentLanguage;
|
||||
if (!text || countLetters(text) <= 5) {
|
||||
console.log('hier', currentLanguage)
|
||||
this.props.dispatch(changeComposeLanguage(currentLanguage));
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user