erase console.log

This commit is contained in:
osamu 2023-11-15 13:22:54 +09:00
parent 531313f24d
commit 6b33854953
1 changed files with 0 additions and 1 deletions

View File

@ -58,7 +58,6 @@ const modal = $shallowRef<InstanceType<typeof MkModal>>();
const picker = $shallowRef<InstanceType<typeof MkEmojiPicker>>(); const picker = $shallowRef<InstanceType<typeof MkEmojiPicker>>();
function chosen(emoji: any) { function chosen(emoji: any) {
console.log(`chosen : ${props.choseAndClose}`);
emit('done', emoji); emit('done', emoji);
if (props.choseAndClose) { if (props.choseAndClose) {
modal?.close(); modal?.close();