Skip to content

Commit

Permalink
Remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleykywu committed Feb 4, 2021
1 parent e49485c commit d4dda93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import LandingPage from "./landingPage/LandingPage";
import ModulePage from "./modulePage/ModulePage";

function App() {
console.log("please");
return (
<BrowserRouter>
<div className="App" id="app">
Expand Down

1 comment on commit d4dda93

@vercel
Copy link

@vercel vercel bot commented on d4dda93 Feb 4, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.