diff --git a/netmiko_client/src/components/TestDevice/TestDevice.jsx b/netmiko_client/src/components/TestDevice/TestDevice.jsx index 8305013..2d997e0 100644 --- a/netmiko_client/src/components/TestDevice/TestDevice.jsx +++ b/netmiko_client/src/components/TestDevice/TestDevice.jsx @@ -1192,8 +1192,6 @@ const TestDevice = ({ socket, user }) => { created_by: user.username, }); } - // }, 5000); - // } } catch (error) { console.log(error); }