From 4ad60a8c52e1c18e29cb86023057e010fd263870 Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Mon, 27 Aug 2018 13:26:41 +0200 Subject: [PATCH] Removed console log --- .../components/DeviceMenu/components/DeviceList/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/js/views/Wallet/components/LeftNavigation/components/DeviceMenu/components/DeviceList/index.js b/src/js/views/Wallet/components/LeftNavigation/components/DeviceMenu/components/DeviceList/index.js index 9705aa44..2f4f48cc 100644 --- a/src/js/views/Wallet/components/LeftNavigation/components/DeviceMenu/components/DeviceList/index.js +++ b/src/js/views/Wallet/components/LeftNavigation/components/DeviceMenu/components/DeviceList/index.js @@ -16,7 +16,6 @@ class DeviceList extends Component { render() { const { devices, selectedDevice, onSelectDevice } = this.props; - console.warn('devices', devices); return ( {devices