From 3228d4d32f0bd5c15e45e9bab46603bfad54c944 Mon Sep 17 00:00:00 2001 From: joseph le Date: Wed, 20 Sep 2023 15:57:53 +0700 Subject: [PATCH] add webhook gitea --- netmiko_client/src/components/TestDevice/TestDevice.jsx | 2 -- 1 file changed, 2 deletions(-) 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); }