diff --git a/netmiko_client/src/components/TestDevice/TestDevice.jsx b/netmiko_client/src/components/TestDevice/TestDevice.jsx index 4aee5b5..8305013 100644 --- a/netmiko_client/src/components/TestDevice/TestDevice.jsx +++ b/netmiko_client/src/components/TestDevice/TestDevice.jsx @@ -1158,14 +1158,7 @@ const TestDevice = ({ socket, user }) => { socket?.on("sendListDeviceOn", (data) => { setListDeviceOn(data); - // data.map((t) => { - // // if (listTestAuto.filter((item) => item.id === t.id).length === 0) { - // temp.push(t.infoLine); - // station_temp.push(t.station); - // listMode.push(t.mode); - // // setListTestAuto((listTestAuto) => [...listTestAuto, t]) - // // } - // }); + let temp = []; let station_temp = []; let listMode = [];