Removed unused log and fixed translation error

This commit is contained in:
keplyx 2020-02-23 18:19:49 +01:00
parent d9c07f5df0
commit 1a44465381
2 changed files with 1 additions and 2 deletions

View file

@ -82,7 +82,7 @@ export default class CustomHeader extends React.Component<Props> {
color={ThemeManager.getCurrentThemeVariables().toolbarBtnColor}/>
<Input
ref="searchInput"
placeholder={i18n.t('proximoScreen.onSearchStringChange')}
placeholder={i18n.t('proximoScreen.search')}
placeholderTextColor={ThemeManager.getCurrentThemeVariables().toolbarPlaceholderColor}
onChangeText={this.props.searchCallback}/>
</Item>

View file

@ -316,7 +316,6 @@ export default class ProximoListScreen extends React.Component<Props, State> {
}
renderItem({item}: Object) {
console.log(item);
return (<ListItem
thumbnail
onPress={() => {