remove console logging

This commit is contained in:
Bilal Catic
2019-05-28 04:45:21 +02:00
parent 6cc3643501
commit 90b6d7b7e5

View File

@@ -9,8 +9,7 @@ import { fetchDoorLockCharges } from "../../store/actions";
class DoorLockCharges extends Component {
render () {
console.log(this.props);
const pending = false;
const { pending } = this.props.pending;
return (
<Container>
<MainMenu/>