erase console.log

This commit is contained in:
osamu
2023-11-15 13:22:54 +09:00
parent 531313f24d
commit 6b33854953
@@ -58,7 +58,6 @@ const modal = $shallowRef<InstanceType<typeof MkModal>>();
const picker = $shallowRef<InstanceType<typeof MkEmojiPicker>>();
function chosen(emoji: any) {
console.log(`chosen : ${props.choseAndClose}`);
emit('done', emoji);
if (props.choseAndClose) {
modal?.close();