diff --git a/xinference/web/ui/src/App.js b/xinference/web/ui/src/App.js index 9ac335eb18..53fa155fce 100644 --- a/xinference/web/ui/src/App.js +++ b/xinference/web/ui/src/App.js @@ -15,7 +15,6 @@ function App() { const [theme] = useMode() const [cookie, setCookie, removeCookie] = useCookies(['token']) const [msg, setMsg] = useState('') - const endPoint = getEndpoint() useEffect(() => {