Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
birkskyum committed Jan 22, 2025
1 parent bd5caa9 commit 5f12c52
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -804,11 +804,6 @@ export default class App extends React.Component<any, AppState> {
const url = new URL(location.href);
const modalParam = url.searchParams.get("modal");


console.log("HERE12", url)



if (modalParam && modalParam !== "") {
const modals = modalParam.split(",");
const modalObj: {[key: string]: boolean} = {};
Expand Down

0 comments on commit 5f12c52

Please sign in to comment.