From 90b6d7b7e5d3a80ea3c95d53c277f1b0070c1a70 Mon Sep 17 00:00:00 2001 From: Bilal Catic Date: Tue, 28 May 2019 04:45:21 +0200 Subject: [PATCH] remove console logging --- client/src/scenes/DoorLockCharges/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/src/scenes/DoorLockCharges/index.js b/client/src/scenes/DoorLockCharges/index.js index b8fc383..35a06bf 100644 --- a/client/src/scenes/DoorLockCharges/index.js +++ b/client/src/scenes/DoorLockCharges/index.js @@ -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 (