diff --git a/client/src/App.js b/client/src/App.js index 04dcc5c256..c7dcca1759 100644 --- a/client/src/App.js +++ b/client/src/App.js @@ -28,7 +28,7 @@ const App = () => { setIsLoading(false); } }; - console.log(process.env.REACT_APP_SERVERURL); + useEffect(() => { getAllVideos(order); }, [order]);