Cleaning up.

This commit is contained in:
Tim Brandin 2017-05-26 14:22:00 +02:00
parent fd713325b7
commit 03b3c62665

View file

@ -16,7 +16,6 @@ export class PasswordOrService extends React.Component {
}
translate(text) {
console.log(this);
if (this.props.translate) {
return this.props.translate(text);
}