fix: remove console log

This commit is contained in:
DecDuck 2026-01-19 17:31:25 +11:00
parent 2f0ed58cb3
commit dad3487be6
No known key found for this signature in database
GPG key ID: 3999E3EFEC9EEB74

View file

@ -39,7 +39,6 @@ const stack = useModalStack();
async function handleCallback(modalIdx: number, event: string, args: any[]) {
const modal = stack.value[modalIdx];
console.log(modal);
const close = () => {
stack.value.splice(modalIdx, 1);
};