From d43971b1b8297695b47b1df8f365807cc72fa96f Mon Sep 17 00:00:00 2001 From: shamalka Date: Sat, 5 Oct 2019 23:26:19 +0530 Subject: [PATCH] Remove unnecessary comments --- .../react-app/src/components/Devices/DevicesTable.js | 1 - 1 file changed, 1 deletion(-) diff --git a/components/device-mgt/io.entgra.device.mgt.ui/react-app/src/components/Devices/DevicesTable.js b/components/device-mgt/io.entgra.device.mgt.ui/react-app/src/components/Devices/DevicesTable.js index b7f43905ca..d9caa0a984 100644 --- a/components/device-mgt/io.entgra.device.mgt.ui/react-app/src/components/Devices/DevicesTable.js +++ b/components/device-mgt/io.entgra.device.mgt.ui/react-app/src/components/Devices/DevicesTable.js @@ -147,7 +147,6 @@ class DeviceTable extends React.Component { rowSelection = { onChange: (selectedRowKeys, selectedRows) => { - // console.log(`selectedRowKeys: ${selectedRowKeys}`, 'selectedRows: ', selectedRows); this.setState({ selectedRows: selectedRows });