Skip to content

Commit

Permalink
delete console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
BelousSofiya committed Sep 24, 2023
1 parent e997375 commit 6376aa4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion FrontEnd/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import AdminPage from './components/adminPage/AdminPage';
import BasicPage from './components/basicPage/BasicPage';

function App() {
console.log('************************', process.env.REACT_APP_API_URL);
return (
<BrowserRouter>
<div className="App">
Expand Down

0 comments on commit 6376aa4

Please sign in to comment.