chore(Popup): remove unused console logs

This commit is contained in:
sethburkart123
2024-11-01 17:28:14 +11:00
parent f8caf9cb35
commit 60e7dad261
@@ -44,8 +44,6 @@
};
}
console.log(keyframe)
const animation = motionAnimate(divElement, finalKeyframe, animationOptions);
return animation.finished;
}