Remove console.log statements

This commit is contained in:
Ramon Wenger 2023-05-02 16:49:05 +02:00
parent 9ab9f25d86
commit 270acd5575
1 changed files with 0 additions and 2 deletions

View File

@ -30,12 +30,10 @@ export default {
title: options.title,
content: options.content,
onClose() {
console.log("close");
cleanUp();
_reject();
},
onConfirm() {
console.log("confirm");
cleanUp();
_resolve();
},