Skip to content

Commit aecb15c

Browse files
chore(Simulator): remove console.log
1 parent c159b9b commit aecb15c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Simulator/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ export const Simulator = ({ children, data }: SimulatorProps) => {
4444

4545
// When simulator closed: log event, clear URL params and close modal
4646
const onClose: ModalProps["onOpenChange"] = (open) => {
47-
console.log("🚀 ~ Simulator ~ open:", open)
4847
if (!open) {
4948
trackCustomEvent({
5049
eventCategory: "simulator",

0 commit comments

Comments
 (0)