Skip to content

Commit 5f12c52

Browse files
committed
remove log
1 parent bd5caa9 commit 5f12c52

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/components/App.tsx

-5
Original file line numberDiff line numberDiff line change
@@ -804,11 +804,6 @@ export default class App extends React.Component<any, AppState> {
804804
const url = new URL(location.href);
805805
const modalParam = url.searchParams.get("modal");
806806

807-
808-
console.log("HERE12", url)
809-
810-
811-
812807
if (modalParam && modalParam !== "") {
813808
const modals = modalParam.split(",");
814809
const modalObj: {[key: string]: boolean} = {};

0 commit comments

Comments
 (0)