Remove log

This commit is contained in:
Thomas Steiner 2025-06-21 13:28:29 +02:00
parent c50cf3b544
commit 0733590c3b

View File

@ -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;
}