diff --git a/src/components/DeviceList/DeviceList.js b/src/components/DeviceList/DeviceList.js index fc63ec2..62eb958 100644 --- a/src/components/DeviceList/DeviceList.js +++ b/src/components/DeviceList/DeviceList.js @@ -15,7 +15,6 @@ const deviceSort = (a, b) => function DeviceList(props) { return (
- {console.log(props.devices)} {props.devices .filter(deviceFilter) .sort(deviceSort)