Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
amberstarlight committed Aug 21, 2024
1 parent 4babd28 commit b744df4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/DeviceList/DeviceList.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const deviceSort = (a, b) =>
function DeviceList(props) {
return (
<div>
{console.log(props.devices)}
{props.devices
.filter(deviceFilter)
.sort(deviceSort)
Expand Down

0 comments on commit b744df4

Please sign in to comment.