cleaning up code

This commit is contained in:
Syed Ali Shahbaz 2021-08-04 16:20:38 +05:30
parent 8e277ef800
commit 183386848a

View file

@ -114,7 +114,6 @@ export default function Book(props: any): JSX.Element {
}
}
// console.log(payload);
telemetry.withJitsu((jitsu) =>
jitsu.track(telemetryEventTypes.bookingConfirmed, collectPageParameters())
);