From c0a0abd783119428951d2bd66972cb5eedaf0fa2 Mon Sep 17 00:00:00 2001 From: Yann Stepienik Date: Fri, 7 Apr 2023 15:55:01 +0100 Subject: [PATCH] v0.1.12 Quick fix --- client/src/pages/config/users/proxyman.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/pages/config/users/proxyman.jsx b/client/src/pages/config/users/proxyman.jsx index a31baf2..d478430 100644 --- a/client/src/pages/config/users/proxyman.jsx +++ b/client/src/pages/config/users/proxyman.jsx @@ -143,7 +143,6 @@ const ProxyManagement = () => { {routes && routes.map((route,key) => (<> { - console.log(newRoute) routes[key] = newRoute; setNeedSave(true); }}