delete comments

This commit is contained in:
turnoffthiscomputer
2024-09-08 20:05:11 +02:00
parent 28b07e7cf4
commit cd3e30852b

View File

@@ -60,7 +60,6 @@ const OpenPassportQRcode: React.FC<OpenPassportQRcodeProps> = ({
const lottieRef = useRef(null);
const handleAnimationComplete = () => {
console.log('Animation completed');
setShowAnimation(false);
setProofStep(ProofSteps.WAITING_FOR_MOBILE);
const newSessionId = uuidv4()