diff --git a/netmiko_client/src/components/TestDevice/TestDevice.jsx b/netmiko_client/src/components/TestDevice/TestDevice.jsx index 2d997e0..4887a21 100644 --- a/netmiko_client/src/components/TestDevice/TestDevice.jsx +++ b/netmiko_client/src/components/TestDevice/TestDevice.jsx @@ -1210,11 +1210,7 @@ const TestDevice = ({ socket, user }) => { // if (data.type === "input") { setIsLoading(); // } - - // if (data.type === "test") { - // getAllLastLog(); - // } - + // toast.success("update command") }); }, [socket]);